# HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 10633693 # 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.04 # 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"} 4173528 dotnet_gc_heap_size_bytes{gc_generation="2"} 96409320 dotnet_gc_heap_size_bytes{gc_generation="loh"} 31146544 # 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"} 2396074 dotnet_gc_collection_count_total{gc_generation="1"} 1163170 dotnet_gc_collection_count_total{gc_generation="2"} 18835 # 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 12211609503480 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 99650610 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 3430871 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 7 # 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 484031822 # 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 413742 dotnet_threadpool_queue_length_count 2887927 dotnet_threadpool_queue_length_bucket{le="0"} 2670494 dotnet_threadpool_queue_length_bucket{le="1"} 2768007 dotnet_threadpool_queue_length_bucket{le="10"} 2887683 dotnet_threadpool_queue_length_bucket{le="100"} 2887927 dotnet_threadpool_queue_length_bucket{le="1000"} 2887927 dotnet_threadpool_queue_length_bucket{le="+Inf"} 2887927 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 47 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.0.0",target_framework=".NETCoreApp,Version=v8.0",runtime_version=".NET 8.0.16",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Workstation"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 1 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 18.9892502654549 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 710.823936 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 135.082304 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 4 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 1 # 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 7 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 21 # 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 729 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 24113312 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 47 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 3.253896205863932 # 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 4 # 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 4173528 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 96409320 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 31146544 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 1849792 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 300 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 99650610 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 3430871 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 6 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 2222933 # 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 862 # 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 0 # HELP grpc_server_calls_current_total Current Calls # TYPE grpc_server_calls_current_total gauge grpc_server_calls_current_total 0 # HELP grpc_server_calls_failed_total Total Calls Failed # TYPE grpc_server_calls_failed_total gauge grpc_server_calls_failed_total 0 # HELP grpc_server_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_server_deadline_exceeded_total gauge grpc_server_deadline_exceeded_total 0 # HELP grpc_server_messages_sent_total Total Messages Sent # TYPE grpc_server_messages_sent_total gauge grpc_server_messages_sent_total 0 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 0 # HELP grpc_server_calls_unimplemented_total Total Calls Unimplemented # TYPE grpc_server_calls_unimplemented_total gauge grpc_server_calls_unimplemented_total 0 # HELP grpc_client_calls_total Total Calls # TYPE grpc_client_calls_total gauge grpc_client_calls_total 0 # HELP grpc_client_calls_current_total Current Calls # TYPE grpc_client_calls_current_total gauge grpc_client_calls_current_total 0 # HELP grpc_client_calls_failed_total Total Calls Failed # TYPE grpc_client_calls_failed_total gauge grpc_client_calls_failed_total 0 # HELP grpc_client_calls_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_client_calls_deadline_exceeded_total gauge grpc_client_calls_deadline_exceeded_total 0 # HELP grpc_client_messages_sent_total Total Messages Sent # TYPE grpc_client_messages_sent_total gauge grpc_client_messages_sent_total 0 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 0 # HELP efcore_active_dbcontexts_total Active DbContexts # TYPE efcore_active_dbcontexts_total gauge efcore_active_dbcontexts_total 1 # HELP efcore_queries_total Queries (Total) # TYPE efcore_queries_total gauge efcore_queries_total 19592412 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 165 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 2608272 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 21 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio 100 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 2 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 579724 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 12 # HELP kestrel_tls_handshakes_per_second Number of TLS Handshakes made between update intervals # TYPE kestrel_tls_handshakes_per_second gauge kestrel_tls_handshakes_per_second 0 # HELP kestrel_tls_handshakes_total Total number of TLS handshakes made # TYPE kestrel_tls_handshakes_total gauge kestrel_tls_handshakes_total 1 # HELP kestrel_tls_handshakes_current_total Number of currently active TLS handshakes # TYPE kestrel_tls_handshakes_current_total gauge kestrel_tls_handshakes_current_total 1 # HELP kestrel_tls_handshakes_failed_total Total number of failed TLS handshakes # TYPE kestrel_tls_handshakes_failed_total gauge kestrel_tls_handshakes_failed_total 1 # HELP kestrel_connections_queue_total Length of Kestrel Connection Queue # TYPE kestrel_connections_queue_total gauge kestrel_connections_queue_total 1 # HELP kestrel_requests_queue_total Length total HTTP request queue # TYPE kestrel_requests_queue_total gauge kestrel_requests_queue_total 1 # HELP kestrel_requests_upgraded_total Current Upgraded Requests (WebSockets) # TYPE kestrel_requests_upgraded_total gauge kestrel_requests_upgraded_total 1 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 178855 # 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 103148 # 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 36 # 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 36 # 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 103398 # 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 102459 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 579731 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 27491595088 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 179986136610 # 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 hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 5 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 5 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="message-queue"} 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 59426 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 0 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 3 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 0 # HELP hangfire_current_awaiting Number of hangfire jobs awaiting # TYPE hangfire_current_awaiting gauge hangfire_current_awaiting 0 # HELP hangfire_current_api_jobs Number of hangfire api jobs currently in progress # TYPE hangfire_current_api_jobs gauge # HELP hangfire_api_jobs_success_count Number of hangfire api jobs executed # TYPE hangfire_api_jobs_success_count counter # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge # HELP hangfire_background_jobs_success_count Number of hangfire background jobs executed # TYPE hangfire_background_jobs_success_count counter # HELP hangfire_background_jobs_failure_count Number of hangfire background job failures # TYPE hangfire_background_jobs_failure_count counter # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 19 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -1000 # HELP lockmanager_pending_requests Generic gauge for lockmanager_pending_requests # TYPE lockmanager_pending_requests gauge lockmanager_pending_requests 0 # HELP lockmanager_tcp_connections Generic gauge for lockmanager_tcp_connections # TYPE lockmanager_tcp_connections gauge lockmanager_tcp_connections 10 # HELP lockmanager_container_locks Generic gauge for lockmanager_container_locks # TYPE lockmanager_container_locks gauge lockmanager_container_locks 0 # HELP lockmanager_total_requests Generic counter for lockmanager_total_requests # TYPE lockmanager_total_requests counter lockmanager_total_requests 5200194 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 9235531 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 109 # 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 490912 # 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 kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 63967036 # 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"} 2578603 messagequeue_consumed_topics_count{topic="outletclient"} 60967414 messagequeue_consumed_topics_count{topic="integration"} 5614 messagequeue_consumed_topics_count{topic="outlet"} 2618 messagequeue_consumed_topics_count{topic="labourcost"} 412787 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 378865986.24820817 # 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="outletclient"} 173926590.63071126 messagequeue_consume_handle_topics_time{topic="order"} 203192734.44379693 messagequeue_consume_handle_topics_time{topic="integration"} 33191.71039999999 messagequeue_consume_handle_topics_time{topic="outlet"} 52973.8944000001 messagequeue_consume_handle_topics_time{topic="labourcost"} 2027151.4792999495 # 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 19 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter messagequeue_consume_topics_failure_count{topic="order"} 19 # HELP http_request_duration_seconds The duration of HTTP requests processed by an ASP.NET Core application. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.42459170000000007 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 21 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 1.6272938000000012 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 210 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 235 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 239 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 239 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.2729644999999998 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 1054 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 1054 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 1065 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 1066 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 1066 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 1067 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 1067 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 47.57352520000268 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 899174 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 899271 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 901808 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 902140 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 902144 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 902144 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 1705.6700498999924 http_request_duration_seconds_count{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 57566 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.004"} 12284 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.008"} 27984 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.016"} 36061 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.032"} 46721 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.064"} 52311 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.128"} 55517 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.256"} 56880 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.512"} 57162 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="1.024"} 57473 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="2.048"} 57560 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="4.096"} 57566 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="8.192"} 57566 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="16.384"} 57566 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="32.768"} 57566 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="+Inf"} 57566 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 799.5158494999963 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 28859 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.004"} 5546 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.008"} 14760 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.016"} 18262 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.032"} 24161 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.064"} 26499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.128"} 27939 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.256"} 28551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.512"} 28671 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="1.024"} 28820 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="2.048"} 28855 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="4.096"} 28859 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="8.192"} 28859 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="16.384"} 28859 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="32.768"} 28859 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="+Inf"} 28859 http_request_duration_seconds_sum{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 790.7507501000014 http_request_duration_seconds_count{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 28837 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.002"} 2634 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.004"} 11391 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.008"} 16286 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.016"} 18043 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.032"} 23616 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.064"} 26342 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.128"} 27896 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.256"} 28536 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.512"} 28649 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="1.024"} 28793 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="2.048"} 28832 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="4.096"} 28837 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="8.192"} 28837 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="16.384"} 28837 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="32.768"} 28837 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="+Inf"} 28837 http_request_duration_seconds_sum{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 810.3464987000018 http_request_duration_seconds_count{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 28877 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.002"} 842 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.004"} 10419 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.008"} 15754 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.016"} 17953 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.032"} 23574 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.064"} 26324 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.128"} 27919 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.256"} 28573 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.512"} 28688 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="1.024"} 28834 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="2.048"} 28873 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="4.096"} 28877 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="8.192"} 28877 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="16.384"} 28877 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="32.768"} 28877 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="+Inf"} 28877 http_request_duration_seconds_sum{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 818.0823696999972 http_request_duration_seconds_count{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 28939 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.002"} 401 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.004"} 9872 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.008"} 15626 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.016"} 18073 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.032"} 23722 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.064"} 26402 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.128"} 27966 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.256"} 28626 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.512"} 28738 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="1.024"} 28895 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="2.048"} 28935 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="4.096"} 28939 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="8.192"} 28939 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="16.384"} 28939 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="32.768"} 28939 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="+Inf"} 28939 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 891.7802056000053 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 28850 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.004"} 787 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.008"} 11433 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.016"} 17713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.032"} 23624 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.064"} 26304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.128"} 27814 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.256"} 28488 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.512"} 28635 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="1.024"} 28799 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="2.048"} 28846 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="4.096"} 28850 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="8.192"} 28850 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="16.384"} 28850 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="32.768"} 28850 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="+Inf"} 28850 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 821.8414222999983 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 28841 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.004"} 5944 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.008"} 14713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.016"} 18054 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.032"} 23717 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.064"} 26386 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.128"} 27879 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.256"} 28522 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.512"} 28650 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="1.024"} 28799 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="2.048"} 28836 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="4.096"} 28841 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="8.192"} 28841 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="16.384"} 28841 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="32.768"} 28841 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="+Inf"} 28841 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 8867.931120699983 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 68405 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.004"} 1490 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.008"} 27531 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.016"} 43352 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.032"} 52079 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.064"} 58023 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.128"} 61705 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.256"} 64043 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.512"} 65592 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="1.024"} 66868 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="2.048"} 67616 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="4.096"} 68019 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="8.192"} 68237 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="16.384"} 68367 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="32.768"} 68405 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="+Inf"} 68405 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 9552.797688300001 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 62278 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.004"} 265 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.008"} 16121 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.016"} 34226 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.032"} 43787 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.064"} 50132 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.128"} 54553 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.256"} 57520 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.512"} 59289 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="1.024"} 60658 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="2.048"} 61424 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="4.096"} 61879 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="8.192"} 62100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="16.384"} 62228 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="32.768"} 62278 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="+Inf"} 62278 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 9259.662332200014 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 57937 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.004"} 662 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.008"} 15897 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.016"} 31472 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.032"} 40241 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.064"} 46205 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.128"} 50422 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.256"} 53273 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.512"} 55005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="1.024"} 56352 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="2.048"} 57102 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="4.096"} 57548 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="8.192"} 57765 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="16.384"} 57889 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="32.768"} 57937 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="+Inf"} 57937 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 9271.366711799916 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 57866 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.004"} 859 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.008"} 16020 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.016"} 31492 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.032"} 40145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.064"} 46084 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.128"} 50310 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.256"} 53185 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.512"} 54923 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="1.024"} 56276 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="2.048"} 57028 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="4.096"} 57476 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="8.192"} 57694 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="16.384"} 57818 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="32.768"} 57866 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="+Inf"} 57866 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 9003.72709289997 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 67094 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.004"} 3717 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.008"} 25414 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.016"} 42361 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.032"} 50838 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.064"} 56434 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.128"} 60152 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.256"} 62546 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.512"} 64173 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="1.024"} 65519 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="2.048"} 66284 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="4.096"} 66705 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="8.192"} 66933 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="16.384"} 67055 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="32.768"} 67094 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="+Inf"} 67094 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 39765.59510349998 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 67833 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.004"} 786 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.008"} 12749 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.016"} 25404 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.032"} 33648 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.064"} 41934 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.128"} 47964 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.256"} 52886 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.512"} 57144 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="1.024"} 60844 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="2.048"} 63510 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="4.096"} 65425 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="8.192"} 66659 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="16.384"} 67512 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="32.768"} 67833 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="+Inf"} 67833 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 12147.538085900092 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 66566 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.008"} 6240 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.016"} 26613 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.032"} 39823 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.064"} 49429 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.128"} 55759 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.256"} 59980 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.512"} 62554 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="1.024"} 64437 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="2.048"} 65538 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="4.096"} 66106 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="8.192"} 66374 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="16.384"} 66503 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="32.768"} 66566 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="+Inf"} 66566 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 8942.743795999946 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 68449 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.004"} 1014 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.008"} 25800 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.016"} 42707 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.032"} 51896 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.064"} 57972 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.128"} 61686 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.256"} 64042 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.512"} 65613 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="1.024"} 66900 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="2.048"} 67662 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="4.096"} 68062 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="8.192"} 68280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="16.384"} 68411 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="32.768"} 68449 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="+Inf"} 68449 http_request_duration_seconds_sum{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 0.1133444 http_request_duration_seconds_count{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 3 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 3 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 4 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 4 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 5 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 3668.1827952000067 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 35274 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.004"} 133 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.008"} 12635 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.016"} 21166 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.032"} 28116 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.064"} 31158 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.128"} 32794 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.256"} 33672 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.512"} 34248 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="1.024"} 34753 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="2.048"} 34976 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="4.096"} 35106 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="8.192"} 35206 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="16.384"} 35249 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="32.768"} 35274 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="+Inf"} 35274 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 3476.9096379000216 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 30635 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.004"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.008"} 9995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.016"} 19443 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.032"} 23909 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.064"} 26774 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.128"} 28293 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.256"} 29162 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.512"} 29698 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="1.024"} 30139 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="2.048"} 30341 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="4.096"} 30466 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="8.192"} 30569 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="16.384"} 30611 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="32.768"} 30635 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="+Inf"} 30635 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 4483.376968300008 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 46680 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.004"} 449 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.008"} 8629 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.016"} 24081 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.032"} 33180 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.064"} 40430 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.128"} 43180 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.256"} 44607 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.512"} 45413 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="1.024"} 46102 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="2.048"} 46377 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="4.096"} 46516 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="8.192"} 46613 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="16.384"} 46653 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="32.768"} 46680 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="+Inf"} 46680 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 571.7303226000025 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 13369 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.032"} 6260 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.064"} 12606 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.128"} 13043 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.256"} 13221 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="0.512"} 13303 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="1.024"} 13363 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="2.048"} 13369 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="4.096"} 13369 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="8.192"} 13369 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="16.384"} 13369 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="32.768"} 13369 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",le="+Inf"} 13369 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 3.048512199999998 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.002"} 9 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.004"} 159 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.008"} 214 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.016"} 231 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.032"} 240 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.064"} 242 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.128"} 243 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.256"} 247 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.512"} 248 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="1.024"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="2.048"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="4.096"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="8.192"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="16.384"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="32.768"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="+Inf"} 249 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 3.221257700000001 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.002"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.004"} 146 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.008"} 212 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.016"} 232 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.032"} 240 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.064"} 242 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.128"} 244 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.256"} 246 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.512"} 248 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="1.024"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="2.048"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="4.096"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="8.192"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="16.384"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="32.768"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="+Inf"} 249 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 2.6839296999999998 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.002"} 8 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.004"} 164 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.008"} 220 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.016"} 238 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.032"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.064"} 253 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.128"} 256 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.256"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.512"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="1.024"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="2.048"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="4.096"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="8.192"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="16.384"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="32.768"} 260 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="+Inf"} 260 http_request_duration_seconds_sum{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 3.1637418000000004 http_request_duration_seconds_count{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.002"} 18 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.004"} 145 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.008"} 221 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.016"} 232 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.032"} 241 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.064"} 244 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.128"} 246 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.256"} 248 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.512"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="1.024"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="2.048"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="4.096"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="8.192"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="16.384"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="32.768"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="+Inf"} 251 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 3.184022800000001 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.002"} 28 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.004"} 153 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.008"} 216 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.016"} 231 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.032"} 241 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.064"} 243 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.128"} 245 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.256"} 247 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.512"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="1.024"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="2.048"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="4.096"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="8.192"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="16.384"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="32.768"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="+Inf"} 250 http_request_duration_seconds_sum{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 3.3506658999999996 http_request_duration_seconds_count{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.002"} 32 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.004"} 160 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.008"} 217 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.016"} 229 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.032"} 241 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.064"} 241 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.128"} 243 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.256"} 247 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.512"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="1.024"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="2.048"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="4.096"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="8.192"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="16.384"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="32.768"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="+Inf"} 250 http_request_duration_seconds_sum{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 3.917406499999999 http_request_duration_seconds_count{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.001"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.002"} 47 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.004"} 173 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.008"} 216 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.016"} 226 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.032"} 240 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.064"} 241 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.128"} 244 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.256"} 247 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.512"} 248 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="1.024"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="2.048"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="4.096"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="8.192"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="16.384"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="32.768"} 250 http_request_duration_seconds_bucket{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="+Inf"} 250 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 3.736777200000001 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.001"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.002"} 62 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.004"} 178 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.008"} 219 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.016"} 221 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.032"} 239 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.064"} 242 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.128"} 244 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.256"} 248 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.512"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="1.024"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="2.048"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="4.096"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="8.192"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="16.384"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="32.768"} 251 http_request_duration_seconds_bucket{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="+Inf"} 251 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 713.4541790999974 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 5218 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.008"} 1393 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.016"} 3081 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.032"} 3892 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.064"} 4385 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.128"} 4714 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.256"} 4913 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.512"} 5015 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="1.024"} 5096 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="2.048"} 5141 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="4.096"} 5183 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="8.192"} 5207 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="16.384"} 5217 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="32.768"} 5218 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="+Inf"} 5218 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 812.991824899998 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 5726 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.004"} 25 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.008"} 1096 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.016"} 3153 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.032"} 4108 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.064"} 4719 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.128"} 5096 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.256"} 5355 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.512"} 5494 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="1.024"} 5593 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="2.048"} 5639 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="4.096"} 5689 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="8.192"} 5712 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="16.384"} 5725 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="32.768"} 5726 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="+Inf"} 5726 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 2563.5537593000067 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 2712 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.008"} 300 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.016"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.032"} 1132 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.064"} 1455 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.128"} 1683 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.256"} 1882 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.512"} 2044 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="1.024"} 2220 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="2.048"} 2389 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="4.096"} 2517 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="8.192"} 2630 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="16.384"} 2696 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="32.768"} 2712 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="+Inf"} 2712 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 1016.1871195000014 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 1422 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.256"} 500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.512"} 1113 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="1.024"} 1298 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="2.048"} 1373 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="4.096"} 1388 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="8.192"} 1401 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="16.384"} 1409 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="32.768"} 1422 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="+Inf"} 1422 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 779.9566782999997 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 793 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.004"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.008"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.016"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.032"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.064"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.128"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.256"} 290 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.512"} 576 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="1.024"} 684 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="2.048"} 731 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="4.096"} 770 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="8.192"} 777 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="16.384"} 784 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="32.768"} 791 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="+Inf"} 793 http_request_duration_seconds_sum{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 24.60887819999999 http_request_duration_seconds_count{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.008"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.016"} 251 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.032"} 306 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.064"} 339 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.128"} 361 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.256"} 373 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="0.512"} 381 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="1.024"} 391 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="2.048"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="4.096"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="8.192"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="16.384"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="32.768"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary",le="+Inf"} 394 http_request_duration_seconds_sum{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 23.779616700000023 http_request_duration_seconds_count{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 375 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.008"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.016"} 227 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.032"} 285 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.064"} 321 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.128"} 344 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.256"} 356 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="0.512"} 363 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="1.024"} 372 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="2.048"} 375 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="4.096"} 375 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="8.192"} 375 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="16.384"} 375 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="32.768"} 375 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales",le="+Inf"} 375 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 32.29350240000005 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 1713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.008"} 855 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.016"} 1438 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.032"} 1576 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.064"} 1653 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.128"} 1687 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.256"} 1700 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.512"} 1705 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="1.024"} 1712 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="2.048"} 1713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="4.096"} 1713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="8.192"} 1713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="16.384"} 1713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="32.768"} 1713 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="+Inf"} 1713 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 14.120843700000005 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",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="GetProductGroups",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="GetProductGroups",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="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.008"} 85 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.016"} 669 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.032"} 727 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.064"} 751 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.128"} 767 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.256"} 770 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.512"} 771 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="1.024"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="2.048"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="4.096"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="8.192"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="16.384"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="32.768"} 774 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="+Inf"} 774 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 65.56106640000003 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 195 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.008"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.016"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.032"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.064"} 168 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.128"} 178 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.256"} 188 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.512"} 189 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="1.024"} 191 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="2.048"} 191 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="4.096"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="8.192"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="16.384"} 194 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="32.768"} 195 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="+Inf"} 195 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 161.87456759999992 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 216 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.004"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.008"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.016"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.032"} 136 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.064"} 173 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.128"} 185 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.256"} 195 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.512"} 197 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="1.024"} 202 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="2.048"} 204 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="4.096"} 206 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="8.192"} 208 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="16.384"} 213 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="32.768"} 216 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="+Inf"} 216 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 122.95899189999999 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 157 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.032"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.064"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.128"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.256"} 109 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.512"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="1.024"} 138 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="2.048"} 149 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="4.096"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="8.192"} 154 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="16.384"} 154 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="32.768"} 157 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="+Inf"} 157 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 1113.4181445000008 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 3225 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.008"} 151 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.016"} 589 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.032"} 1143 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.064"} 1836 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.128"} 2271 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.256"} 2570 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.512"} 2789 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="1.024"} 2988 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="2.048"} 3111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="4.096"} 3178 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="8.192"} 3210 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="16.384"} 3219 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="32.768"} 3225 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="+Inf"} 3225 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 1110.5934569999988 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 3226 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.008"} 160 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.016"} 592 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.032"} 1184 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.064"} 1841 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.128"} 2284 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.256"} 2568 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.512"} 2788 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="1.024"} 2992 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="2.048"} 3114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="4.096"} 3179 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="8.192"} 3211 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="16.384"} 3220 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="32.768"} 3226 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="+Inf"} 3226 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 1100.0002266000006 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 3223 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.008"} 146 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.016"} 612 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.032"} 1183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.064"} 1830 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.128"} 2268 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.256"} 2580 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.512"} 2788 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="1.024"} 2989 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="2.048"} 3114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="4.096"} 3176 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="8.192"} 3208 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="16.384"} 3217 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="32.768"} 3223 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="+Inf"} 3223 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 553.0100662999987 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 7188 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.008"} 744 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.016"} 2365 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.032"} 4882 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.064"} 6205 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.128"} 6645 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.256"} 6846 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="0.512"} 6994 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="1.024"} 7131 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="2.048"} 7168 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="4.096"} 7179 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="8.192"} 7182 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="16.384"} 7186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="32.768"} 7188 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales",le="+Inf"} 7188 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 81.34522309999997 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 273 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.008"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.016"} 142 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.032"} 177 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.064"} 203 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.128"} 224 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.256"} 239 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="0.512"} 253 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="1.024"} 259 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="2.048"} 267 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="4.096"} 268 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="8.192"} 270 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="16.384"} 272 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="32.768"} 273 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales",le="+Inf"} 273 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 79.28609390000001 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 273 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.004"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.008"} 108 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.016"} 156 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.032"} 182 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.064"} 205 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.128"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.256"} 241 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="0.512"} 253 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="1.024"} 260 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="2.048"} 267 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="4.096"} 268 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="8.192"} 270 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="16.384"} 272 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="32.768"} 273 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales",le="+Inf"} 273 http_request_duration_seconds_sum{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 275.01228499999957 http_request_duration_seconds_count{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 2512 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.008"} 634 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.016"} 1166 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.032"} 1397 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.064"} 1729 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.128"} 2072 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.256"} 2329 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="0.512"} 2430 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="1.024"} 2471 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="2.048"} 2486 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="4.096"} 2508 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="8.192"} 2511 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="16.384"} 2512 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="32.768"} 2512 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",le="+Inf"} 2512 http_request_duration_seconds_sum{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 16965.031724100034 http_request_duration_seconds_count{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 4838 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.008"} 364 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.016"} 1060 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.032"} 1330 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.064"} 1618 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.128"} 2051 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.256"} 2511 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.512"} 2930 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="1.024"} 3369 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="2.048"} 3708 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="4.096"} 3877 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="8.192"} 4143 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="16.384"} 4466 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="32.768"} 4763 http_request_duration_seconds_bucket{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="+Inf"} 4838 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 29.68192559999997 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 1651 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.008"} 934 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.016"} 1457 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.032"} 1545 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.064"} 1600 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.128"} 1628 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.256"} 1638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.512"} 1641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="1.024"} 1650 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="2.048"} 1651 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="4.096"} 1651 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="8.192"} 1651 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="16.384"} 1651 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="32.768"} 1651 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="+Inf"} 1651 http_request_duration_seconds_sum{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales"} 1.2190908999999996 http_request_duration_seconds_count{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.032"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.064"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.128"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.256"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="0.512"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="1.024"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="2.048"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="4.096"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="8.192"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="16.384"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="32.768"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales",le="+Inf"} 38 http_request_duration_seconds_sum{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 8372.841141199995 http_request_duration_seconds_count{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 202 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="32.768"} 89 http_request_duration_seconds_bucket{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="+Inf"} 202 http_request_duration_seconds_sum{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 0.2231478 http_request_duration_seconds_count{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.004"} 12 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.008"} 15 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.016"} 16 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.032"} 18 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.064"} 18 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.128"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.256"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.512"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="1.024"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="2.048"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="4.096"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="8.192"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="16.384"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="32.768"} 19 http_request_duration_seconds_bucket{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="+Inf"} 19 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 74.17208389999999 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.032"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.064"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.128"} 68 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.256"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="0.512"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="1.024"} 115 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="2.048"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="4.096"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="8.192"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="16.384"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="32.768"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download",le="+Inf"} 126 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 2.2257257000000004 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.002"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.004"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.008"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.016"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.032"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.064"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.128"} 109 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.256"} 109 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="0.512"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="1.024"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="2.048"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="4.096"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="8.192"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="16.384"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="32.768"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years",le="+Inf"} 111 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 5.044774900000002 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.004"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.008"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.016"} 194 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.032"} 229 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.064"} 243 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.128"} 250 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.256"} 250 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="0.512"} 251 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="1.024"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="2.048"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="4.096"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="8.192"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="16.384"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="32.768"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets",le="+Inf"} 252 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 24.80967420000001 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.128"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.256"} 85 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.512"} 114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="1.024"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="2.048"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="4.096"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="8.192"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="16.384"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="32.768"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="+Inf"} 117 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 18.9251332 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.032"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.064"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.128"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.256"} 89 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="0.512"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="1.024"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="2.048"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="4.096"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="8.192"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="16.384"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="32.768"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary",le="+Inf"} 122 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 29.446233000000007 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.064"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.128"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.256"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="0.512"} 110 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="1.024"} 116 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="2.048"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="4.096"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="8.192"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="16.384"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="32.768"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="+Inf"} 118 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 91.88545299999987 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 301 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.004"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.008"} 71 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.016"} 158 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.032"} 188 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.064"} 211 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.128"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.256"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="0.512"} 261 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="1.024"} 263 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="2.048"} 286 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="4.096"} 301 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="8.192"} 301 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="16.384"} 301 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="32.768"} 301 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date",le="+Inf"} 301 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 1738.0820990999994 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 2790 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.008"} 342 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.016"} 1117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.032"} 1433 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.064"} 1668 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.128"} 1924 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.256"} 2152 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.512"} 2331 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="1.024"} 2487 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="2.048"} 2579 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="4.096"} 2681 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="8.192"} 2750 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="16.384"} 2777 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="32.768"} 2790 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="+Inf"} 2790 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 1982.077259699998 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 2980 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.004"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.008"} 178 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.016"} 1077 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.032"} 1489 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.064"} 1805 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.128"} 2093 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.256"} 2315 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.512"} 2497 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="1.024"} 2659 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="2.048"} 2760 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="4.096"} 2865 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="8.192"} 2935 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="16.384"} 2960 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="32.768"} 2977 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="+Inf"} 2980 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 1815.2920645000038 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 2824 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.008"} 188 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.016"} 974 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.032"} 1408 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.064"} 1648 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.128"} 1916 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.256"} 2164 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.512"} 2340 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="1.024"} 2503 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="2.048"} 2609 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="4.096"} 2712 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="8.192"} 2783 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="16.384"} 2809 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="32.768"} 2824 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="+Inf"} 2824 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 80.21142519999995 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.016"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.032"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.064"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.128"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.256"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.512"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="1.024"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="2.048"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="4.096"} 54 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="8.192"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="16.384"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="32.768"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="+Inf"} 59 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 0.8839461999999997 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.008"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.016"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.032"} 84 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.064"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.128"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.256"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="0.512"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="1.024"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="2.048"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="4.096"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="8.192"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="16.384"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="32.768"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="+Inf"} 87 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.0883978 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 187 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 188 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 192 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 60.62131160000002 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 244 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.008"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.016"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.032"} 147 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.064"} 176 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.128"} 194 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.256"} 211 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="0.512"} 223 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="1.024"} 232 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="2.048"} 237 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="4.096"} 241 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="8.192"} 243 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="16.384"} 244 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="32.768"} 244 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales",le="+Inf"} 244 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 20.800725100000008 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.064"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.128"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.256"} 180 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="0.512"} 184 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="1.024"} 185 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="2.048"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="4.096"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="8.192"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="16.384"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="32.768"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="+Inf"} 186 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 30.326228099999994 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.064"} 216 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.128"} 360 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.256"} 389 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.512"} 393 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="1.024"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="2.048"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="4.096"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="8.192"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="16.384"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="32.768"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="+Inf"} 395 http_request_duration_seconds_sum{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 240.37748200000001 http_request_duration_seconds_count{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 8 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="32.768"} 8 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download"} 2.4313904 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 10076.749284899992 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 335 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="32.768"} 335 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="+Inf"} 335 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 106.2914177 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 4 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="16.384"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="32.768"} 4 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 112.87054350000001 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 81 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.032"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.064"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.128"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.256"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="0.512"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="1.024"} 70 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="2.048"} 74 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="4.096"} 74 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="8.192"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="16.384"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="32.768"} 81 http_request_duration_seconds_bucket{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download",le="+Inf"} 81 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 5.414574700000001 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.064"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.128"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.256"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="0.512"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="1.024"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="2.048"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="4.096"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="8.192"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="16.384"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="32.768"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download",le="+Inf"} 45 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 0.5133531000000001 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.002"} 8 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.004"} 65 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.008"} 82 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.016"} 82 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.032"} 84 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.064"} 87 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.128"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.256"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.512"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="1.024"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="2.048"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="4.096"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="8.192"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="16.384"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="32.768"} 88 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="+Inf"} 88 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 0.6905642 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.002"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.004"} 62 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.008"} 80 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.016"} 84 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.032"} 86 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.064"} 89 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.128"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.256"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.512"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="1.024"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="2.048"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="4.096"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="8.192"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="16.384"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="32.768"} 91 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="+Inf"} 91 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 0.9990814000000002 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.001"} 8 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.002"} 157 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.004"} 228 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.008"} 246 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.016"} 249 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.032"} 253 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.064"} 255 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.128"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.256"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.512"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="1.024"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="2.048"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="4.096"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="8.192"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="16.384"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="32.768"} 258 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="+Inf"} 258 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 2.5951816000000005 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",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="GetProducts",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="GetProducts",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="GetProducts",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="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.064"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.128"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.256"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.512"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="1.024"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="2.048"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="4.096"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="8.192"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="16.384"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="32.768"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="+Inf"} 40 http_request_duration_seconds_sum{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 0.6457505 http_request_duration_seconds_count{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.008"} 20 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.016"} 31 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.032"} 33 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.064"} 35 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.128"} 35 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.256"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.512"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="1.024"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="2.048"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="4.096"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="8.192"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="16.384"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="32.768"} 37 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="+Inf"} 37 http_request_duration_seconds_sum{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 0.43386259999999993 http_request_duration_seconds_count{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.008"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.016"} 44 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.032"} 47 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.064"} 47 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.128"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.256"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.512"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="1.024"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="2.048"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="4.096"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="8.192"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="16.384"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="32.768"} 48 http_request_duration_seconds_bucket{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="+Inf"} 48 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 0.9326413 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.032"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.064"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.128"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="0.512"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="1.024"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="2.048"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="4.096"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="8.192"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="16.384"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="32.768"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales",le="+Inf"} 15 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 2.5812548 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.256"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="0.512"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="1.024"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="2.048"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="4.096"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="8.192"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="16.384"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="32.768"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups",le="+Inf"} 14 http_request_duration_seconds_sum{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 241.4497793 http_request_duration_seconds_count{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 8 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="32.768"} 8 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 3.7517082999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="1.024"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="2.048"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="4.096"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="8.192"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="16.384"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="32.768"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download",le="+Inf"} 8 http_request_duration_seconds_sum{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 0.008260700000000001 http_request_duration_seconds_count{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.004"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.008"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 0.495183 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.064"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.128"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 42.6409727 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.008"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.064"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.128"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.256"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="0.512"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="2.048"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="4.096"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="8.192"} 34 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="16.384"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="32.768"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales",le="+Inf"} 36 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0008787 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 4 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.1270853 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 3 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0058002 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 7 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0.003941399999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 0.0623124 http_request_duration_seconds_count{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 70.75287850000001 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 204 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.004"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.008"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.016"} 116 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.032"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.064"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.128"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.256"} 197 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.512"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="1.024"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="2.048"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="4.096"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="8.192"} 201 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="16.384"} 203 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="32.768"} 204 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="+Inf"} 204 http_request_duration_seconds_sum{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales"} 2.6368668000000004 http_request_duration_seconds_count{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.032"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.064"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.128"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="1.024"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="2.048"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="4.096"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="8.192"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="16.384"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="32.768"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales",le="+Inf"} 18 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 0.6680419 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.008"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.016"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.032"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.064"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.128"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.256"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="0.512"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="1.024"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="+Inf"} 28 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 0.17624199999999995 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.004"} 42 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.008"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.016"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.032"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.064"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.128"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.256"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="0.512"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="1.024"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="2.048"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="4.096"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="8.192"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="16.384"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="32.768"} 48 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales",le="+Inf"} 48 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 210.5088443 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 7 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="32.768"} 7 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="+Inf"} 7 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 108.87742499999999 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 3 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="32.768"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="+Inf"} 3 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 210.5125271 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 7 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="32.768"} 7 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="+Inf"} 7 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 1142.1756610000002 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 38 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="32.768"} 38 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="+Inf"} 38 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 1082.0624028000004 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 36 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="32.768"} 36 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="+Inf"} 36 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 1082.0281439999999 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 36 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="32.768"} 36 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="+Inf"} 36 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 1114.2214768000001 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 37 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="32.768"} 37 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="+Inf"} 37 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 1111.5483133000002 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 37 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="32.768"} 37 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",le="+Inf"} 37 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 1141.7585026000002 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 38 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="32.768"} 38 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",le="+Inf"} 38 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 1141.6330589 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 38 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="32.768"} 38 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",le="+Inf"} 38 http_request_duration_seconds_sum{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 0.11955459999999998 http_request_duration_seconds_count{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.008"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.016"} 11 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.032"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.064"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.128"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.256"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.512"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="1.024"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="2.048"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="4.096"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="8.192"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="16.384"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="32.768"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="+Inf"} 13 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 0.123676 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.004"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.008"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.128"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.256"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.512"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="1.024"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="2.048"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="4.096"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="8.192"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="16.384"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="32.768"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="+Inf"} 4 http_request_duration_seconds_sum{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 0.1087208 http_request_duration_seconds_count{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.064"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="1.024"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="4.096"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="8.192"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="16.384"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="32.768"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 0.0011278 http_request_duration_seconds_count{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.002"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.004"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.008"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.016"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.032"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.064"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="1.024"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="4.096"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="8.192"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="16.384"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="32.768"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 631.0489016 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 21 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="32.768"} 21 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="+Inf"} 21 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 841.4393602 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 28 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="32.768"} 28 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="+Inf"} 28 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 631.0315188000001 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 21 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="32.768"} 21 http_request_duration_seconds_bucket{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="+Inf"} 21 http_request_duration_seconds_sum{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 0.06566140000000001 http_request_duration_seconds_count{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.008"} 9 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.016"} 9 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.032"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.064"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.128"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 0.0739901 http_request_duration_seconds_count{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.004"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.008"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.016"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.032"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.064"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.128"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.256"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="0.512"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}",le="+Inf"} 12 http_request_duration_seconds_sum{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 0.012167499999999998 http_request_duration_seconds_count{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.001"} 9 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.002"} 10 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.004"} 10 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.008"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.016"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.032"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.064"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.128"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.256"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="0.512"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="1.024"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="2.048"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="4.096"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="8.192"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="16.384"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="32.768"} 11 http_request_duration_seconds_bucket{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",le="+Inf"} 11 http_request_duration_seconds_sum{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 142.6575671 http_request_duration_seconds_count{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 4 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="32.768"} 3 http_request_duration_seconds_bucket{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales",le="+Inf"} 4 http_request_duration_seconds_sum{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 0.0142241 http_request_duration_seconds_count{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.004"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.008"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="+Inf"} 3 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 30.0390732 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 30.0232396 http_request_duration_seconds_count{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales"} 1.7298215 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.016"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.032"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.064"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.128"} 25 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.256"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="0.512"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="1.024"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales",le="+Inf"} 28 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 0.9324221 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales",le="+Inf"} 5 http_request_duration_seconds_sum{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 0.0025715 http_request_duration_seconds_count{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.001"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.004"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.008"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.016"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.032"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.064"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.128"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.256"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="0.512"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="1.024"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="2.048"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="4.096"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="8.192"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="16.384"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="32.768"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped"} 0.28116990000000003 http_request_duration_seconds_count{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped",le="+Inf"} 3 http_request_duration_seconds_sum{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 0.042537200000000004 http_request_duration_seconds_count{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.004"} 7 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.008"} 9 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.016"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.032"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.064"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.128"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.256"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.512"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="1.024"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="2.048"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="4.096"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="8.192"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="16.384"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="32.768"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="+Inf"} 10 http_request_duration_seconds_sum{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 0.040826 http_request_duration_seconds_count{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.004"} 7 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.008"} 9 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.016"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.032"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.064"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.128"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.256"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.512"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="1.024"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="2.048"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="4.096"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="8.192"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="16.384"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="32.768"} 10 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="+Inf"} 10 http_request_duration_seconds_sum{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 0.0067396999999999995 http_request_duration_seconds_count{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.002"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.004"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.008"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total",le="+Inf"} 3 http_request_duration_seconds_sum{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 0.0080184 http_request_duration_seconds_count{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.004"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.008"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales",le="+Inf"} 3 http_request_duration_seconds_sum{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 0.0066386 http_request_duration_seconds_count{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.002"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.004"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.008"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales"} 0.0637951 http_request_duration_seconds_count{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales"} 0.3341473 http_request_duration_seconds_count{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.016"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.032"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.064"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.128"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.256"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="0.512"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="1.024"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="2.048"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="4.096"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="8.192"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="16.384"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="32.768"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales",le="+Inf"} 13 http_request_duration_seconds_sum{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 0.0048033 http_request_duration_seconds_count{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.001"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.004"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 0.0058352000000000005 http_request_duration_seconds_count{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.004"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 0.005823999999999999 http_request_duration_seconds_count{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.001"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.004"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 0.009425999999999999 http_request_duration_seconds_count{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.002"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.004"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 0.008830099999999999 http_request_duration_seconds_count{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.001"} 5 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.002"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.004"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.008"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.016"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.032"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.064"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.128"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.256"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="0.512"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="1.024"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="2.048"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="4.096"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="8.192"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="16.384"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="32.768"} 8 http_request_duration_seconds_bucket{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="+Inf"} 8 http_request_duration_seconds_sum{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 0.0042275 http_request_duration_seconds_count{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.001"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.004"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 0.006071000000000001 http_request_duration_seconds_count{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.001"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.004"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",le="+Inf"} 4 http_request_duration_seconds_sum{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 240.5368931 http_request_duration_seconds_count{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 8 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="32.768"} 8 http_request_duration_seconds_bucket{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales"} 0.17318270000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales",le="+Inf"} 4 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.000347 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates"} 0.25703560000000003 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.064"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.128"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}"} 2.0528221 http_request_duration_seconds_count{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}",le="+Inf"} 7 http_request_duration_seconds_sum{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 150.20605550000002 http_request_duration_seconds_count{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 5 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="32.768"} 5 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",le="+Inf"} 5 http_request_duration_seconds_sum{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 120.18918870000002 http_request_duration_seconds_count{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 4 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="32.768"} 4 http_request_duration_seconds_bucket{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales",le="+Inf"} 4 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.00034889999999999997 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts"} 1.5885788 http_request_duration_seconds_count{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="0.512"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="1.024"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="2.048"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="4.096"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="8.192"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="16.384"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="32.768"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 0.000802 http_request_duration_seconds_count{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 0.000601 http_request_duration_seconds_count{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 0.0008039 http_request_duration_seconds_count{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 0.0008025 http_request_duration_seconds_count{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 0.0008128 http_request_duration_seconds_count{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 0.0009077 http_request_duration_seconds_count{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 0.0003986 http_request_duration_seconds_count{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 0.0143189 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 0.008355999999999999 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.004"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.008"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.016"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.032"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.064"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.128"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.256"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="0.512"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="1.024"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="2.048"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="4.096"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="8.192"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="16.384"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="32.768"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 0.1141538 http_request_duration_seconds_count{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 1.7837128 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="0.512"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="1.024"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="2.048"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="4.096"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="8.192"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="16.384"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="32.768"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download",le="+Inf"} 9 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 30.0384954 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 30.0546425 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 30.0546682 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime",le="+Inf"} 1 # HELP http_requests_received_total Provides the count of HTTP requests that have been processed by the ASP.NET Core pipeline. # TYPE http_requests_received_total counter http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 21 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 239 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 1067 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 902144 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 28859 http_requests_received_total{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 28837 http_requests_received_total{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 57566 http_requests_received_total{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 28877 http_requests_received_total{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 28939 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 28850 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 28841 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 68405 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 62278 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 57937 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 57866 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 67094 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 67833 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 66566 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 68449 http_requests_received_total{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 5 http_requests_received_total{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 35274 http_requests_received_total{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 30635 http_requests_received_total{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 46680 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 13369 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 249 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 249 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 260 http_requests_received_total{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 251 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 250 http_requests_received_total{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 250 http_requests_received_total{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 250 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 251 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 5218 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 5726 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 2712 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 1422 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 793 http_requests_received_total{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 394 http_requests_received_total{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 375 http_requests_received_total{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 1713 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 774 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 195 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 216 http_requests_received_total{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 157 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 3225 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 3226 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 3223 http_requests_received_total{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 7188 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 273 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 273 http_requests_received_total{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 2512 http_requests_received_total{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 4838 http_requests_received_total{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 1651 http_requests_received_total{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales"} 38 http_requests_received_total{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 202 http_requests_received_total{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 19 http_requests_received_total{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 126 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 111 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 252 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 117 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 122 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 118 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 301 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 2790 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 2980 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 2824 http_requests_received_total{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 59 http_requests_received_total{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 87 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 192 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 244 http_requests_received_total{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 186 http_requests_received_total{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 395 http_requests_received_total{code="500",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 8 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download"} 1 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 335 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 4 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 81 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 45 http_requests_received_total{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 88 http_requests_received_total{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 91 http_requests_received_total{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 258 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 40 http_requests_received_total{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 37 http_requests_received_total{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 48 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 15 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 14 http_requests_received_total{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 8 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 8 http_requests_received_total{code="400",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 3 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 10 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 36 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 8 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 4 http_requests_received_total{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 5 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 204 http_requests_received_total{code="200",method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales"} 18 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 28 http_requests_received_total{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 48 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 7 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 3 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 7 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 38 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 36 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 36 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 37 http_requests_received_total{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 37 http_requests_received_total{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 38 http_requests_received_total{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 38 http_requests_received_total{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 13 http_requests_received_total{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 4 http_requests_received_total{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 1 http_requests_received_total{code="400",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 1 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 21 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 28 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 21 http_requests_received_total{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 10 http_requests_received_total{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 12 http_requests_received_total{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 11 http_requests_received_total{code="500",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 4 http_requests_received_total{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 3 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 1 http_requests_received_total{code="500",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 1 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales"} 28 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 5 http_requests_received_total{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 3 http_requests_received_total{code="200",method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped"} 3 http_requests_received_total{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 10 http_requests_received_total{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 10 http_requests_received_total{code="400",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 3 http_requests_received_total{code="400",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 3 http_requests_received_total{code="400",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 3 http_requests_received_total{code="200",method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales"} 1 http_requests_received_total{code="200",method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales"} 13 http_requests_received_total{code="401",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 4 http_requests_received_total{code="401",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 4 http_requests_received_total{code="401",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 4 http_requests_received_total{code="401",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 4 http_requests_received_total{code="401",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 8 http_requests_received_total{code="401",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 4 http_requests_received_total{code="401",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 4 http_requests_received_total{code="500",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 8 http_requests_received_total{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales"} 4 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 3 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates"} 10 http_requests_received_total{code="200",method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}"} 7 http_requests_received_total{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 5 http_requests_received_total{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 4 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 3 http_requests_received_total{code="201",method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts"} 4 http_requests_received_total{code="401",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 1 http_requests_received_total{code="401",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 1 http_requests_received_total{code="401",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 1 http_requests_received_total{code="401",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 1 http_requests_received_total{code="401",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 1 http_requests_received_total{code="401",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 1 http_requests_received_total{code="401",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 1 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 1 http_requests_received_total{code="500",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 2 http_requests_received_total{code="200",method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 2 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 9 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 1 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 1 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 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="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 0 http_requests_in_progress{method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 0 http_requests_in_progress{method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 0 http_requests_in_progress{method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 0 http_requests_in_progress{method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 0 http_requests_in_progress{method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 0 http_requests_in_progress{method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 0 http_requests_in_progress{method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 0 http_requests_in_progress{method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 0 http_requests_in_progress{method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 0 http_requests_in_progress{method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 0 http_requests_in_progress{method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 0 http_requests_in_progress{method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 0 http_requests_in_progress{method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 0 http_requests_in_progress{method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 0 http_requests_in_progress{method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 0 http_requests_in_progress{method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 0 http_requests_in_progress{method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 0 http_requests_in_progress{method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales/Download"} 0 http_requests_in_progress{method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 0 http_requests_in_progress{method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 0 http_requests_in_progress{method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 0 http_requests_in_progress{method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 0 http_requests_in_progress{method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 0 http_requests_in_progress{method="GET",controller="LabourCost",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/CompareTimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 0 http_requests_in_progress{method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 0 http_requests_in_progress{method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Modifiers",action="GetAddonSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/IngredientSales"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 0 http_requests_in_progress{method="GET",controller="LabourCost",action="GetGroupedLabourCostData",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Grouped"} 0 http_requests_in_progress{method="GET",controller="Variants",action="GetPricePresetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/PricePresetSales"} 0 http_requests_in_progress{method="GET",controller="Variants",action="GetMultiProductSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/MultiProductSales"} 0 http_requests_in_progress{method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Forecasts",action="GetConflictingSalesForecastDates",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}/ConflictingDates"} 0 http_requests_in_progress{method="PUT",controller="Forecasts",action="UpdateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/{forecastId:Guid}"} 0 http_requests_in_progress{method="POST",controller="Forecasts",action="CreateForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts"} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutlet",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 0 http_requests_in_progress{method="DELETE",controller="Forecasts",action="DeleteForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 0 # HELP mongodbcollection_count Number of requests to mongodb # TYPE mongodbcollection_count counter mongodbcollection_count{Name="OutletClientDto"} 1896716 mongodbcollection_count{Name="TenantDto"} 58332 mongodbcollection_count{Name="CompanyDto"} 2185 mongodbcollection_count{Name="DiscountDto"} 20 mongodbcollection_count{Name="ClientGroupDto"} 38 mongodbcollection_count{Name="OutletDto"} 581 mongodbcollection_count{Name="PricePresetDto"} 1 # HELP mongodbcollection_time Total milliseconds spent doing requests to mongodb # TYPE mongodbcollection_time counter mongodbcollection_time{Name="OutletClientDto"} 7509694 mongodbcollection_time{Name="TenantDto"} 45902998 mongodbcollection_time{Name="CompanyDto"} 656005 mongodbcollection_time{Name="DiscountDto"} 346 mongodbcollection_time{Name="ClientGroupDto"} 77 mongodbcollection_time{Name="OutletDto"} 2116 mongodbcollection_time{Name="PricePresetDto"} 9 # HELP mongodbcollection_retries Number of times updates, insert, or deletes has been retried # TYPE mongodbcollection_retries counter # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 2396078 dotnet_collection_count_total{generation="1"} 1163172 dotnet_collection_count_total{generation="2"} 18836 # 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 1749794012.5550487 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 146413.01 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 21108756480 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 706179072 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1195147264 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 735 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 89 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 78036032 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 45 prometheus_net_metric_families{metric_type="gauge"} 232 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 10 # 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"} 228 prometheus_net_metric_instances{metric_type="gauge"} 379 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 215 # 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"} 228 prometheus_net_metric_timeseries{metric_type="gauge"} 379 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 4515 # 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 31 # HELP npgsql_db_client_connections_usage ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_usage gauge npgsql_db_client_connections_usage{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",state="idle"} 13 npgsql_db_client_connections_usage{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",state="used"} 0 # HELP npgsql_db_client_connections_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_max gauge npgsql_db_client_connections_max{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 196 # 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 8362714 # 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="OPTIONS",url_scheme="http"} 0 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 54 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}/Trends/Date"} 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}/TimeFrames"} 54 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/Sales"} 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}/Sales/TimeOfDay"} 269 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}/Sales/Total"} 279 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 96266 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/TimeOfDaySales"} 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}/Forecasts/Outlets"} 54 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/jobs/{**path}"} 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}/ProductGroups/Sales"} 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}/Products/Sales/Total"} 16 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}/Trends/DateRange"} 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}/Sales/TaxRate"} 275 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/TimeOfDaySales"} 16 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}/Sales/DayOfWeek"} 269 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}/Payments/Tips"} 281 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/Products"} 10 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}/ReportFilters"} 54 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}/OpeningHours"} 54 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}/Payments/DiscountsAndRefunds"} 279 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 54 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}/Sales/DateTime"} 304 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}/Payments/Sales"} 280 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}/Metadata"} 108 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="(missing)"} 13529 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 289808 # 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",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales",network_protocol_version="1.1",url_scheme="http"} 0.12821660000000001 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/Sales",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}/ProductGroups/Sales",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/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/ProductGroups/Sales",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}/Products/Sales/Total",network_protocol_version="1.1",url_scheme="http"} 0.321697 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/Sales/Total",network_protocol_version="1.1",url_scheme="http"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.02"} 12 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.04"} 13 microsoft_aspnetcore_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/Sales/Total",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}/Tenants/{tenantId:Guid}/Products/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.16"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.32"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.64"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1.28"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2.56"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5.12"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10.24"} 16 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20.48"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="40.96"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="81.92"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="163.84"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="327.68"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="655.36"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="83886.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}/Tenants/{tenantId:Guid}/Products/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 16 microsoft_aspnetcore_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/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 16 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http"} 60.2211871 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http"} 60.1972807 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http"} 44.24422370000003 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}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.01"} 82 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.02"} 177 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.04"} 215 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.08"} 244 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.16"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.32"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.64"} 288 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="1.28"} 296 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="2.56"} 297 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="5.12"} 298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="10.24"} 299 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="20.48"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="40.96"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="81.92"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="163.84"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="327.68"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="655.36"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 300 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http"} 60.198198899999994 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http"} 86.38609269999999 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}/Payments/Tips",network_protocol_version="1.1",url_scheme="http"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.01"} 110 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.02"} 183 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.04"} 221 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.08"} 237 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.16"} 251 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.32"} 259 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.64"} 266 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="1.28"} 273 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="2.56"} 274 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="5.12"} 276 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="10.24"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="20.48"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="40.96"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="81.92"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="163.84"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="327.68"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="655.36"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 279 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 279 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/Sales",network_protocol_version="1.1",url_scheme="http"} 0.4176449 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/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",network_protocol_version="1.1",url_scheme="http",le="0.02"} 13 microsoft_aspnetcore_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/Sales",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{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales",network_protocol_version="1.1",url_scheme="http",le="0.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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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}/Tenants/{tenantId:Guid}/Products/Sales",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http"} 60.1959545 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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="/metrics",network_protocol_version="1.1",url_scheme="http"} 3468.7354970999495 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"} 96265 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"} 86969 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"} 91418 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"} 92906 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"} 93591 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"} 94039 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"} 94803 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"} 96181 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"} 96260 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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"} 96265 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/Products",network_protocol_version="1.1",url_scheme="http"} 0.39258290000000007 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/Products",network_protocol_version="1.1",url_scheme="http"} 10 microsoft_aspnetcore_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/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}/ProductGroups/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}/ProductGroups/Products",network_protocol_version="1.1",url_scheme="http",le="0.04"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",network_protocol_version="1.1",url_scheme="http",le="0.08"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="0.16"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="0.32"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="0.64"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="1.28"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="2.56"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="5.12"} 10 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products",network_protocol_version="1.1",url_scheme="http",le="10.24"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="20.48"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="40.96"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="81.92"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="163.84"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="327.68"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="655.36"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 10 microsoft_aspnetcore_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/Products",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 10 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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http"} 0.33543379999999995 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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="0.02"} 12 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="0.04"} 13 microsoft_aspnetcore_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/TimeOfDaySales",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}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="0.16"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="0.32"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="0.64"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="1.28"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="2.56"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="5.12"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="10.24"} 16 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="20.48"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="40.96"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="81.92"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="163.84"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="327.68"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="655.36"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="83886.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}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 16 microsoft_aspnetcore_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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 16 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}/Trends/Date",network_protocol_version="1.1",url_scheme="http"} 0.1762676 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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Trends/Date",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}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http"} 1.0991361000000002 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.01"} 35 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.02"} 37 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.04"} 46 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.08"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.32"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="0.64"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="1.28"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="2.56"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="5.12"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="10.24"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="20.48"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="40.96"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="81.92"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="163.84"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="327.68"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="655.36"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 54 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/TimeOfDaySales",network_protocol_version="1.1",url_scheme="http"} 0.0862806 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/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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/TimeOfDaySales",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/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/ProductGroups/TimeOfDaySales",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}/Trends/DateRange",network_protocol_version="1.1",url_scheme="http"} 34.4868592 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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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}/Trends/DateRange",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http"} 60.1550303 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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="500",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http"} 1.0598467999999999 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}/OpeningHours",network_protocol_version="1.1",url_scheme="http"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.01"} 36 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.02"} 38 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.04"} 47 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.08"} 50 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.32"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.64"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="1.28"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="2.56"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="5.12"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="10.24"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="20.48"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="40.96"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="81.92"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="163.84"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="327.68"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="655.36"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 54 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",network_protocol_version="1.1",url_scheme="http"} 1.0664951 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",network_protocol_version="1.1",url_scheme="http"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.01"} 33 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.02"} 40 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.04"} 48 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.08"} 50 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.16"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.32"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="0.64"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="1.28"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="2.56"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="5.12"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="10.24"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="20.48"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="40.96"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="81.92"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="163.84"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="327.68"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="655.36"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 54 microsoft_aspnetcore_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",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 54 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}/ReportFilters",network_protocol_version="1.1",url_scheme="http"} 0.9732075999999997 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}/ReportFilters",network_protocol_version="1.1",url_scheme="http"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.01"} 37 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.02"} 41 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.04"} 48 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.08"} 50 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.32"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.64"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="1.28"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="2.56"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="5.12"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="10.24"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="20.48"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="40.96"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="81.92"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="163.84"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="327.68"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="655.36"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 54 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}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http"} 0.9632979999999999 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}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.01"} 37 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.02"} 39 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.04"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.08"} 51 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.32"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.64"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="1.28"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="2.56"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="5.12"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="10.24"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="20.48"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="40.96"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="81.92"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="163.84"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="327.68"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="655.36"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http"} 0.0006533 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",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="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",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="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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="/jobs/{**path}",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}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http"} 43.29234210000002 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}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.01"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.02"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.04"} 182 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.08"} 213 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.16"} 231 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.32"} 243 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.64"} 253 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="1.28"} 261 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="2.56"} 262 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="5.12"} 263 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="10.24"} 264 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="20.48"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="40.96"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="81.92"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="163.84"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="327.68"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="655.36"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 265 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}/Sales/Total",network_protocol_version="1.1",url_scheme="http"} 49.31242240000001 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}/Sales/Total",network_protocol_version="1.1",url_scheme="http"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.01"} 31 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.02"} 110 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.04"} 170 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.08"} 210 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.16"} 234 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.32"} 249 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.64"} 260 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1.28"} 271 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2.56"} 272 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5.12"} 273 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10.24"} 274 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20.48"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="40.96"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="81.92"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="163.84"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="327.68"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="655.36"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 275 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}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http"} 156.04250899999994 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}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 37 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 88 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 127 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 151 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 181 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 205 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 226 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 241 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 252 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 269 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 269 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 270 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}/Payments/Sales",network_protocol_version="1.1",url_scheme="http"} 85.97650099999998 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}/Payments/Sales",network_protocol_version="1.1",url_scheme="http"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.01"} 112 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.02"} 179 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.04"} 219 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.08"} 236 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.16"} 252 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.32"} 258 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.64"} 266 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="1.28"} 272 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="2.56"} 273 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="5.12"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="10.24"} 276 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="20.48"} 276 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="40.96"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="81.92"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="163.84"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="327.68"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="655.36"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 278 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}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http"} 85.75068080000001 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}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.01"} 117 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.02"} 179 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.04"} 220 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.08"} 236 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.16"} 252 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.32"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.64"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="1.28"} 271 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="2.56"} 272 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="5.12"} 274 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="10.24"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="20.48"} 275 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="40.96"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="81.92"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="163.84"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="327.68"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="655.36"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 277 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}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http"} 43.3106728 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}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.01"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.02"} 148 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.04"} 180 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.08"} 212 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.16"} 231 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.32"} 243 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.64"} 253 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="1.28"} 261 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="2.56"} 262 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="5.12"} 263 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="10.24"} 264 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="20.48"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="40.96"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="81.92"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="163.84"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="327.68"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="655.36"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 265 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 265 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}/Metadata",network_protocol_version="1.1",url_scheme="http"} 2.1080018000000003 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}/Metadata",network_protocol_version="1.1",url_scheme="http"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.01"} 74 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.02"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.04"} 92 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.08"} 100 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.16"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.32"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.64"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="1.28"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="2.56"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="5.12"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="10.24"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="20.48"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="40.96"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="81.92"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="163.84"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="327.68"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="655.36"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 108 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}/TimeFrames",network_protocol_version="1.1",url_scheme="http"} 1.0310316000000002 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}/TimeFrames",network_protocol_version="1.1",url_scheme="http"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.01"} 37 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.02"} 38 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.04"} 47 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.08"} 50 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.32"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.64"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="1.28"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="2.56"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="5.12"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="10.24"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="20.48"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="40.96"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="81.92"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="163.84"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="327.68"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="655.36"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 54 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 54 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.0004227 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 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"} 4227.940122099922 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"} 288737 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"} 267969 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"} 274171 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"} 278178 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"} 280855 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"} 284087 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"} 285565 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"} 286858 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"} 288475 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"} 288731 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 288737 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"} 3.424540699999992 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 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"} 13529 # 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 2222933 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 2222933 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 1 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 862 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 18.9892502654549 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 710.823936 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 135.082304 # 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 2395843 # 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 1163066 # 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 18830 # 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 6 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 7 # 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 10633623 # 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 484029236 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 12211038660680 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 47 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 3.253896205863932 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 166.01088 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 1029767 # HELP system_runtime_time_in_gc (%) % Time in GC since last GC # TYPE system_runtime_time_in_gc gauge system_runtime_time_in_gc 4 # 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 7256265.096 # 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 4173528 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 96409320 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 31146544 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 1849792 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 300 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 99650610 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 3430871 # 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 925123.0504 # 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 579724 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 579724 # HELP microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total TLS Handshake Rate # TYPE microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total counter microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total 0 # HELP microsoft_aspnetcore_server_kestrel_total_tls_handshakes Total TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_total_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_total_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_tls_handshakes Current TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_current_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_current_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_failed_tls_handshakes Failed TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_failed_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_failed_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_connections Current Connections # TYPE microsoft_aspnetcore_server_kestrel_current_connections gauge microsoft_aspnetcore_server_kestrel_current_connections 12 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP npgsql_db_client_commands_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_commands_executing gauge npgsql_db_client_commands_executing{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 0 # HELP npgsql_db_client_commands_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_commands_bytes_written gauge npgsql_db_client_commands_bytes_written{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 65072131497 # HELP npgsql_db_client_commands_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_commands_bytes_read gauge npgsql_db_client_commands_bytes_read{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 14959832339 # HELP npgsql_db_client_commands_duration (s) The duration of database commands, in seconds. (Histogram`1) # TYPE npgsql_db_client_commands_duration histogram npgsql_db_client_commands_duration_sum{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 377382.86398253293 npgsql_db_client_commands_duration_count{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.01"} 38945410 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.02"} 41483211 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.04"} 42255444 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.08"} 42514543 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.16"} 42618993 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.32"} 42676961 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.64"} 42722494 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="1.28"} 42758353 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="2.56"} 42771849 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="5.12"} 42779325 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="10.24"} 42783613 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="20.48"} 42786093 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="40.96"} 42787795 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="81.92"} 42787833 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="163.84"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="327.68"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="655.36"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="1310.72"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="2621.44"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="5242.88"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="10485.76"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="20971.52"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="41943.04"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="83886.08"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="167772.16"} 42787835 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="+Inf"} 42787835 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 178855 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 178842 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 57 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 57 # 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 102459 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 579731 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 27491595088 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 179986136610 # 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 103398 # 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 103116 # 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 103148 # HELP system_net_security_current_tls_handshakes Current TLS handshakes # TYPE system_net_security_current_tls_handshakes gauge system_net_security_current_tls_handshakes 0 # HELP system_net_security_failed_tls_handshakes Total TLS handshakes failed # TYPE system_net_security_failed_tls_handshakes gauge system_net_security_failed_tls_handshakes 0 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 36 # 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 36 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 0 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 0 # HELP microsoft_entityframeworkcore_active_db_contexts Active DbContexts # TYPE microsoft_entityframeworkcore_active_db_contexts gauge microsoft_entityframeworkcore_active_db_contexts 1 # HELP microsoft_entityframeworkcore_total_queries Queries (Total) # TYPE microsoft_entityframeworkcore_total_queries gauge microsoft_entityframeworkcore_total_queries 19592412 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 19592329 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 2608272 # 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 2608262 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate 100 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP microsoft_aspnetcore_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.20",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.20",server_port="80"} 20 # 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.20",server_port="80"} 28578939.174743578 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.20",server_port="80"} 579709 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.20",server_port="80",le="0.01"} 177967 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.20",server_port="80",le="0.02"} 183061 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.20",server_port="80",le="0.04"} 185857 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.20",server_port="80",le="0.08"} 187685 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.20",server_port="80",le="0.16"} 189741 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.20",server_port="80",le="0.32"} 190735 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.20",server_port="80",le="0.64"} 191568 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.20",server_port="80",le="1.28"} 192607 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.20",server_port="80",le="2.56"} 192828 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.20",server_port="80",le="5.12"} 192916 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.20",server_port="80",le="10.24"} 192979 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.20",server_port="80",le="20.48"} 193142 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.20",server_port="80",le="40.96"} 193385 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.20",server_port="80",le="81.92"} 497911 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.20",server_port="80",le="163.84"} 572919 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.20",server_port="80",le="327.68"} 579610 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.20",server_port="80",le="655.36"} 579709 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.20",server_port="80",le="1310.72"} 579709 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.20",server_port="80",le="2621.44"} 579709 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.20",server_port="80",le="5242.88"} 579709 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.20",server_port="80",le="10485.76"} 579709 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.20",server_port="80",le="20971.52"} 579709 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.20",server_port="80",le="41943.04"} 579709 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.20",server_port="80",le="83886.08"} 579709 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.20",server_port="80",le="167772.16"} 579709 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.20",server_port="80",le="+Inf"} 579709 # 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="GET",server_address="core-api.ancon.io",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="GET",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # HELP system_net_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="core-api.ancon.io"} 0.003809 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="core-api.ancon.io"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.01"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.02"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.32"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="0.64"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="1.28"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="2.56"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="5.12"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="10.24"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="20.48"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="40.96"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="81.92"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="163.84"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="327.68"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="655.36"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="1310.72"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="2621.44"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="5242.88"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="10485.76"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="20971.52"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="41943.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="83886.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="167772.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="core-api.ancon.io",le="+Inf"} 1 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com"} 6.764426600000001 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 974 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 1095 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 1124 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 1126 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 1126 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="securetoken.google.com"} 0.006357 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="securetoken.google.com"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.01"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.02"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.04"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.08"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.16"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.32"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.64"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1.28"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2.56"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5.12"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10.24"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20.48"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="40.96"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="81.92"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="163.84"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="327.68"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="655.36"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1310.72"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2621.44"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5242.88"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10485.76"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20971.52"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="41943.04"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="83886.08"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="167772.16"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="+Inf"} 3 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.05735239999999999 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.01"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.02"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.04"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.08"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.16"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.32"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.64"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="1.28"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="2.56"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="5.12"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="10.24"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="20.48"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="40.96"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="81.92"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="163.84"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="327.68"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="655.36"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="1310.72"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="2621.44"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="5242.88"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="10485.76"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="20971.52"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="41943.04"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="83886.08"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="167772.16"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 20 # 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:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.73",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.73",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # 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="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https"} 0.0098365 system_net_http_http_client_request_time_in_queue_count{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.01"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.02"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_request_time_in_queue_sum{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.08007109999999999 system_net_http_http_client_request_time_in_queue_count{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 2 system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 15.082640299999994 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 193 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 291 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 297 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 301 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 378 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 379 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 379 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 383 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 383 # HELP system_net_http_http_client_request_duration (s) The duration of outbound HTTP requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https"} 0.0219302 system_net_http_http_client_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="core-api.ancon.io",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.1021595 system_net_http_http_client_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 2 system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 290.50170329999935 system_net_http_http_client_request_duration_count{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 179 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 3042 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 7564 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 8190 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 8455 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 8493 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 8522 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 8554 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 8556 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 8557 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 8557 # HELP microsoftidentitymodel_meter_identitymodelconfigurationmanager Counter capturing configuration manager operations. (Counter`1) # TYPE microsoftidentitymodel_meter_identitymodelconfigurationmanager gauge microsoftidentitymodel_meter_identitymodelconfigurationmanager{identitymodelversion="8.7.0.0",metadataaddress="https://securetoken.google.com/leen-61727/.well-known/openid-configuration",operationstatus="LastKnownGood"} 13596 # 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:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 149.924 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.46",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 2 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 218.62 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.106",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 2 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 383.812 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.75",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 2 # HELP npgsql_db_client_connections_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connections_create_time histogram npgsql_db_client_connections_create_time_sum{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 34.87100560000002 npgsql_db_client_connections_create_time_count{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.02"} 82 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.04"} 684 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.08"} 802 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.16"} 867 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.32"} 877 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.64"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="1.28"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="2.56"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="5.12"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="10.24"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="20.48"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="40.96"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="81.92"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="163.84"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="327.68"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="655.36"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="1310.72"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="2621.44"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="5242.88"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="10485.76"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="20971.52"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="41943.04"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="83886.08"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="167772.16"} 881 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="+Inf"} 881 # HELP npgsql_db_client_commands_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_commands_prepared_ratio gauge npgsql_db_client_commands_prepared_ratio{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 0 # HELP npgsql_db_client_commands_failed ({command}) The number of database commands which have failed. (Counter`1) # TYPE npgsql_db_client_commands_failed gauge npgsql_db_client_commands_failed{pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 10