# HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 3821764 # HELP dotnet_gc_memory_total_available_bytes The upper limit on the amount of physical memory .NET can allocate to # TYPE dotnet_gc_memory_total_available_bytes gauge dotnet_gc_memory_total_available_bytes 2249997312 # HELP dotnet_gc_pause_ratio The percentage of time the process spent paused for garbage collection # TYPE dotnet_gc_pause_ratio gauge dotnet_gc_pause_ratio 0 # HELP dotnet_gc_heap_size_bytes The current size of all heaps (only updated after a garbage collection) # TYPE dotnet_gc_heap_size_bytes gauge dotnet_gc_heap_size_bytes{gc_generation="0"} 0 dotnet_gc_heap_size_bytes{gc_generation="1"} 3272728 dotnet_gc_heap_size_bytes{gc_generation="2"} 107140416 dotnet_gc_heap_size_bytes{gc_generation="loh"} 24298464 # 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"} 809976 dotnet_gc_collection_count_total{gc_generation="1"} 443628 dotnet_gc_collection_count_total{gc_generation="2"} 5378 # 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 4143864943528 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 34695846 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 1046074 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 9 # 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 105098853 # 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 3558 dotnet_threadpool_queue_length_count 695116 dotnet_threadpool_queue_length_bucket{le="0"} 692120 dotnet_threadpool_queue_length_bucket{le="1"} 694748 dotnet_threadpool_queue_length_bucket{le="10"} 695115 dotnet_threadpool_queue_length_bucket{le="100"} 695116 dotnet_threadpool_queue_length_bucket{le="1000"} 695116 dotnet_threadpool_queue_length_bucket{le="+Inf"} 695116 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 104 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.1.0",target_framework=".NETCoreApp,Version=v10.0",runtime_version=".NET 10.0.10",os_version="Ubuntu 24.04.4 LTS",process_architecture="X64",gc_mode="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 1.1044270931541282 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 874.622976 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 85.666024 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 0 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 0 # HELP runtime_gc_gen2_count GC Count (Gen 2) # TYPE runtime_gc_gen2_count gauge runtime_gc_gen2_count 0 # HELP runtime_threadpool_threads_total ThreadPool Thread Count # TYPE runtime_threadpool_threads_total gauge runtime_threadpool_threads_total 9 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 0 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 1 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 30 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 89864 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 104 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 42.47327477671019 # HELP runtime_exceptions_total Exception Count # TYPE runtime_exceptions_total gauge runtime_exceptions_total 0 # HELP runtime_time_in_gc_ratio % Time in GC since last GC # TYPE runtime_time_in_gc_ratio gauge runtime_time_in_gc_ratio 1 # HELP runtime_gc_size_gen0_bytes GC size in bytes (Gen 0) # TYPE runtime_gc_size_gen0_bytes gauge runtime_gc_size_gen0_bytes 1 # HELP runtime_gc_size_gen1_bytes GC size in bytes (Gen 1) # TYPE runtime_gc_size_gen1_bytes gauge runtime_gc_size_gen1_bytes 3272728 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 107140416 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 24298464 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 1413728 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 296 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 34695846 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 1046074 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 2 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 518122 # 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 879 # 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 5577454 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 0 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 1025687 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 0 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio -1 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 1 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 135560 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 11 # 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 330683 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 0 # 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 25282 # 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 29 # 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 29 # 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 44298 # 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 42381 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 135559 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 38839284282 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 106220911801 # 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="recurring-jobs"} 0 hangfire_current_enqueued{queue="message-queue"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 929 # 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 3388984 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 10 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 1585 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 929 # HELP hangfire_current_awaiting Number of hangfire jobs awaiting # TYPE hangfire_current_awaiting gauge hangfire_current_awaiting 0 # HELP hangfire_current_api_jobs Number of hangfire api jobs currently in progress # TYPE hangfire_current_api_jobs gauge # HELP hangfire_api_jobs_success_count Number of hangfire api jobs executed # TYPE hangfire_api_jobs_success_count counter # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge # HELP hangfire_background_jobs_success_count Number of hangfire background jobs executed # TYPE hangfire_background_jobs_success_count counter # HELP hangfire_background_jobs_failure_count Number of hangfire background job failures # TYPE hangfire_background_jobs_failure_count counter # HELP mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter mongodbcollection_count{Name="OutletClient"} 488845 mongodbcollection_count{Name="Tenant"} 12776 mongodbcollection_count{Name="Outlet"} 111 mongodbcollection_count{Name="Company"} 582 mongodbcollection_count{Name="TenantUser"} 31 mongodbcollection_count{Name="ClientGroup"} 17 mongodbcollection_count{Name="PricePreset"} 1 mongodbcollection_count{Name="Discount"} 2 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="OutletClient"} 656539 mongodbcollection_time{Name="Tenant"} 23209971 mongodbcollection_time{Name="Outlet"} 156 mongodbcollection_time{Name="Company"} 178448 mongodbcollection_time{Name="TenantUser"} 57 mongodbcollection_time{Name="ClientGroup"} 24 mongodbcollection_time{Name="PricePreset"} 6 mongodbcollection_time{Name="Discount"} 17 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 0 # 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 3243242 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 447623 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 1 # 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 1807 # 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 2721775 # 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="outletclient"} 1623541 messagequeue_consumed_topics_count{topic="identityuser"} 25559 messagequeue_consumed_topics_count{topic="labourcost"} 314578 messagequeue_consumed_topics_count{topic="order"} 672041 messagequeue_consumed_topics_count{topic="customer"} 84574 messagequeue_consumed_topics_count{topic="integration"} 1121 messagequeue_consumed_topics_count{topic="outlet"} 361 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 67087190.65640126 # 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"} 8569453.320899496 messagequeue_consume_handle_topics_time{topic="identityuser"} 201615.22790000148 messagequeue_consume_handle_topics_time{topic="labourcost"} 13298315.894599898 messagequeue_consume_handle_topics_time{topic="order"} 42742177.66099703 messagequeue_consume_handle_topics_time{topic="customer"} 2266265.3623999753 messagequeue_consume_handle_topics_time{topic="integration"} 7180.059799999993 messagequeue_consume_handle_topics_time{topic="outlet"} 9187.529199999999 # 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 304218 # 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="labourcost"} 304214 messagequeue_consume_topics_failure_count{topic="order"} 4 # HELP consumer_tasks Current number of active consumer tasks by topic # TYPE consumer_tasks gauge consumer_tasks{topic="order"} 1 consumer_tasks{topic="integration"} 1 consumer_tasks{topic="identityuser"} 1 # HELP consumer_pressure Consumer channel pressure per topic: 1000 = saturated, -1000 = healthy # TYPE consumer_pressure gauge consumer_pressure{topic="integration"} -1000 consumer_pressure{topic="identityuser"} -1000 consumer_pressure{topic="order"} -1000 # 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="Meta",action="GetVersion",endpoint="Version"} 0.15898769999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 10 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 9.34430520000006 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 205638 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 205738 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 206371 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 206390 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 206392 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 206392 http_request_duration_seconds_sum{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 121.3362532 http_request_duration_seconds_count{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 6277 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"} 87 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"} 2216 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"} 3730 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"} 4082 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"} 4863 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"} 5840 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"} 6243 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"} 6273 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"} 6276 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"} 6277 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"} 6277 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"} 6277 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"} 6277 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"} 6277 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"} 6277 http_request_duration_seconds_bucket{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="+Inf"} 6277 http_request_duration_seconds_sum{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 119.42543819999993 http_request_duration_seconds_count{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 6272 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"} 271 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"} 2511 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"} 3774 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"} 4054 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"} 4856 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"} 5837 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"} 6243 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"} 6269 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"} 6272 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"} 6272 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"} 6272 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"} 6272 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"} 6272 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"} 6272 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"} 6272 http_request_duration_seconds_bucket{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="+Inf"} 6272 http_request_duration_seconds_sum{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 114.70567439999937 http_request_duration_seconds_count{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 6264 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"} 825 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.004"} 2799 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.008"} 3823 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.016"} 4022 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.032"} 4889 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.064"} 5861 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.128"} 6238 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.256"} 6261 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="0.512"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="1.024"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="2.048"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="4.096"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="8.192"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="16.384"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="32.768"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting",le="+Inf"} 6264 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 108.24129599999995 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 6264 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"} 1468 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"} 3823 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"} 4278 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"} 5051 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"} 5958 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"} 6247 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"} 6260 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"} 6263 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"} 6264 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"} 6264 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"} 6264 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"} 6264 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"} 6264 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"} 6264 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"} 6264 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 261.79845049999966 http_request_duration_seconds_count{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 12529 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"} 3707 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"} 7020 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"} 7910 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"} 9524 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"} 11508 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"} 12442 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"} 12520 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"} 12527 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"} 12529 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"} 12529 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"} 12529 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"} 12529 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"} 12529 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"} 12529 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",le="+Inf"} 12529 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 119.19850560000015 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 6265 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"} 1324 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"} 3611 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"} 4095 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"} 4869 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"} 5898 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"} 6238 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"} 6262 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"} 6264 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"} 6265 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"} 6265 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"} 6265 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"} 6265 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"} 6265 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"} 6265 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",le="+Inf"} 6265 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 122.9468978999998 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 6264 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"} 102 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"} 2930 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"} 4115 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"} 4792 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"} 5932 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"} 6248 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"} 6261 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"} 6263 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"} 6264 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"} 6264 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"} 6264 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"} 6264 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"} 6264 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"} 6264 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="+Inf"} 6264 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 6998.5649666000445 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 16487 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"} 356 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"} 4253 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"} 7700 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"} 9604 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"} 11456 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"} 12922 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"} 14030 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"} 14842 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"} 15420 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"} 15771 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"} 16051 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"} 16272 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"} 16420 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"} 16487 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"} 16487 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 7068.280986200029 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 16577 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"} 780 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"} 5096 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"} 8279 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"} 10126 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"} 11759 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"} 13061 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"} 14132 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"} 14927 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"} 15493 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"} 15845 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"} 16131 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"} 16355 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"} 16510 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"} 16577 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"} 16577 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 7020.186464899976 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 16491 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"} 280 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"} 3978 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"} 7575 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"} 9624 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"} 11453 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"} 12888 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"} 14017 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"} 14838 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"} 15419 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"} 15774 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"} 16054 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"} 16275 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"} 16424 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"} 16491 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"} 16491 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 17905.873432700042 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 16122 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"} 91 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"} 1699 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"} 4398 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"} 6377 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"} 8036 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"} 9470 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"} 10825 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"} 12136 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"} 13324 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"} 14270 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"} 15019 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"} 15493 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"} 15885 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"} 16122 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"} 16122 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 8019.436602599974 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 15718 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"} 59 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"} 3291 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"} 7167 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"} 9051 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"} 10525 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"} 11787 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"} 12924 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"} 13818 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"} 14521 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"} 14962 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"} 15232 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"} 15458 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"} 15628 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"} 15718 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"} 15718 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 10147.240949099963 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 16521 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"} 665 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"} 4248 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"} 7364 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"} 9572 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"} 11359 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"} 12867 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"} 14067 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"} 14968 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"} 15566 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"} 15916 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"} 16192 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"} 16413 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"} 16521 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"} 16521 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 7903.223894799975 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 14624 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"} 152 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"} 3062 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"} 6293 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"} 8052 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"} 9499 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"} 10759 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"} 11862 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"} 12749 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"} 13444 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"} 13877 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"} 14147 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"} 14368 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"} 14535 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"} 14624 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"} 14624 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 7896.7594862999995 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 14631 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"} 119 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"} 3105 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"} 6404 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"} 8085 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"} 9516 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"} 10760 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"} 11874 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"} 12755 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"} 13448 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"} 13884 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"} 14154 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"} 14375 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"} 14542 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"} 14631 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"} 14631 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 1953.7773790000006 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 65 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"} 65 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"} 65 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 1653.2143399999998 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 55 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"} 55 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"} 55 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 1834.1925109999997 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 61 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"} 61 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"} 61 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 10883.0110401 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 362 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"} 362 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"} 362 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 1683.8106871999998 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 56 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"} 56 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"} 56 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 1184.1984514000007 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 885 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"} 12 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"} 87 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"} 175 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"} 280 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"} 409 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"} 530 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"} 627 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"} 698 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"} 764 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"} 803 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"} 840 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"} 872 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"} 885 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"} 885 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 1183.6824576000004 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 885 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"} 12 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"} 93 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"} 177 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"} 294 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"} 406 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"} 526 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"} 628 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"} 700 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"} 764 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"} 802 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"} 840 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"} 872 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"} 885 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"} 885 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 1184.8920028999994 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 885 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"} 13 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"} 90 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"} 173 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"} 286 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"} 407 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"} 533 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"} 626 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"} 698 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"} 764 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"} 803 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"} 840 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"} 872 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"} 885 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"} 885 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 545.2568358999997 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 1191 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"} 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.008"} 284 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"} 585 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"} 746 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"} 867 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"} 961 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"} 1017 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"} 1063 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"} 1089 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"} 1131 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"} 1153 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"} 1173 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"} 1186 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"} 1191 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"} 1191 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 604.6986609000011 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 1268 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"} 5 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"} 162 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"} 534 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"} 723 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"} 873 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"} 1000 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"} 1078 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"} 1128 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"} 1155 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"} 1202 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"} 1226 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"} 1247 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"} 1263 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"} 1268 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"} 1268 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 2639.2690105999895 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 6079 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"} 12 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"} 1538 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"} 3025 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"} 3785 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"} 4406 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"} 5032 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"} 5336 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"} 5586 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"} 5709 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"} 5813 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"} 5915 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"} 5990 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"} 6039 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"} 6079 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"} 6079 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 2690.856019200003 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 6505 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"} 5 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"} 1403 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"} 3246 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"} 4183 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"} 4899 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"} 5500 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"} 5803 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"} 6021 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"} 6142 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"} 6236 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"} 6338 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"} 6411 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"} 6464 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"} 6505 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"} 6505 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 2822.068441499996 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 6593 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"} 57 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"} 525 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"} 2298 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"} 3567 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"} 4435 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"} 5211 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"} 5771 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"} 6072 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"} 6217 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"} 6328 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"} 6423 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"} 6499 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"} 6551 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"} 6593 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"} 6593 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 116.96071279999994 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 2408 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"} 106 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"} 2108 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"} 2375 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"} 2406 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"} 2408 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"} 2408 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"} 2408 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"} 2408 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"} 2408 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"} 2408 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"} 2408 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"} 2408 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 1.6144998999999984 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 431 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"} 46 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"} 350 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"} 409 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"} 421 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"} 427 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 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"} 431 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 1.6849140999999994 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 415 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"} 8 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"} 330 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"} 392 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"} 406 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"} 413 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 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"} 415 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 1.5365033999999995 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 409 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"} 29 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"} 65 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"} 331 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"} 386 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"} 399 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"} 407 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 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"} 409 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 1593.5422923999997 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 53 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"} 53 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"} 53 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 1594.0068016999996 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 53 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"} 53 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"} 53 http_request_duration_seconds_sum{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 1594.4195479999996 http_request_duration_seconds_count{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 53 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"} 53 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"} 53 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.5800245000000003 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 4091 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 4098 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 4116 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 4116 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 4116 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 4117 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 4117 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 42.5778052 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 86 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"} 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.008"} 14 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"} 37 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"} 51 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"} 59 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"} 69 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"} 76 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"} 78 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"} 82 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"} 83 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"} 83 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"} 84 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"} 85 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"} 86 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"} 86 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 42.21507449999999 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 85 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"} 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.016"} 31 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"} 48 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"} 61 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"} 68 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"} 75 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"} 77 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"} 81 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"} 82 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"} 82 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"} 83 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"} 84 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"} 85 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"} 85 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 0.16376740000000004 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 32 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"} 2 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"} 22 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"} 28 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"} 31 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"} 31 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 0.1326683 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 32 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"} 1 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"} 25 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"} 28 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"} 31 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 http_request_duration_seconds_sum{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 0.14145230000000003 http_request_duration_seconds_count{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 35 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"} 4 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"} 25 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"} 32 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"} 34 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 0.1171927 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 32 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"} 1 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"} 24 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"} 30 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 0.162512 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 35 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"} 4 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"} 24 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"} 32 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"} 34 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"} 34 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 http_request_duration_seconds_sum{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 0.5023868 http_request_duration_seconds_count{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 37 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"} 0 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"} 10 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"} 22 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"} 29 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"} 30 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"} 32 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"} 34 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 http_request_duration_seconds_sum{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 0.3254416 http_request_duration_seconds_count{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 37 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"} 0 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"} 8 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"} 20 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"} 30 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"} 33 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"} 34 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"} 36 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 http_request_duration_seconds_sum{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 0.4961977 http_request_duration_seconds_count{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 37 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"} 8 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"} 23 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"} 29 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"} 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.032"} 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.064"} 34 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 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"} 37 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 35.547882400000006 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 65 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"} 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.032"} 1 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"} 4 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"} 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.256"} 36 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"} 45 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"} 54 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"} 64 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"} 64 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"} 65 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"} 65 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"} 65 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"} 65 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 319.64589750000016 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 559 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"} 37 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"} 164 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"} 235 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"} 304 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"} 330 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"} 365 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"} 421 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"} 466 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"} 517 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"} 547 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"} 555 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"} 558 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"} 559 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="+Inf"} 559 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 1.9473770999999997 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 35 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"} 34 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"} 34 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients",le="+Inf"} 35 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 2.9887596000000003 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 76 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"} 26 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"} 76 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"} 76 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"} 76 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"} 76 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"} 76 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"} 76 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"} 76 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"} 76 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"} 76 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"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups",le="+Inf"} 76 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 954.7052902000001 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 826 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"} 59 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"} 284 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"} 411 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"} 489 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"} 570 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"} 638 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"} 692 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"} 724 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"} 743 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"} 769 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"} 785 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"} 806 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"} 826 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"} 826 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 1205.9703781000019 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 892 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"} 3 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"} 24 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"} 251 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"} 394 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"} 489 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"} 585 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"} 658 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"} 747 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"} 782 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"} 802 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"} 829 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"} 845 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"} 866 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"} 887 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"} 892 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 957.8490468000011 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 827 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"} 36 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"} 260 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"} 400 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"} 482 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"} 567 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"} 635 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"} 692 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"} 724 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"} 742 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"} 770 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"} 786 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"} 807 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"} 827 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"} 827 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 0.2547147 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 15 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"} 1 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"} 8 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"} 13 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees",le="+Inf"} 15 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 1.6602181000000005 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 128 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"} 43 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"} 106 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"} 119 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"} 126 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"} 128 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"} 128 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"} 128 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"} 128 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"} 128 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"} 128 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"} 128 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"} 128 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"} 128 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources",le="+Inf"} 128 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 113.7845334 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 138 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"} 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.016"} 9 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"} 19 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"} 28 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"} 44 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"} 61 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"} 68 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"} 117 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"} 127 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"} 131 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"} 138 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"} 138 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"} 138 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"} 138 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 41.1532229 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 32 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"} 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.016"} 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.032"} 1 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"} 4 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"} 12 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"} 23 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"} 26 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"} 27 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"} 27 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"} 27 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"} 29 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"} 32 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"} 32 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"} 32 http_request_duration_seconds_sum{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 17.050737100000003 http_request_duration_seconds_count{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 68 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"} 16 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"} 36 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"} 51 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"} 57 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"} 61 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"} 63 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"} 65 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"} 65 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"} 65 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"} 66 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"} 68 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"} 68 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"} 68 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"} 68 http_request_duration_seconds_sum{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 17.337125300000004 http_request_duration_seconds_count{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 68 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"} 14 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"} 34 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"} 50 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"} 56 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"} 60 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"} 63 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"} 65 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"} 65 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"} 65 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"} 66 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"} 68 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"} 68 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"} 68 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"} 68 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 3.6309869999999975 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 123 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"} 2 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"} 43 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"} 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.064"} 111 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"} 123 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"} 123 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"} 123 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"} 123 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"} 123 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"} 123 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"} 123 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"} 123 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"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="+Inf"} 123 http_request_duration_seconds_sum{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 108.0439809 http_request_duration_seconds_count{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 603 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"} 85 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"} 209 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"} 244 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"} 288 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"} 359 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"} 493 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"} 573 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"} 589 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"} 597 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"} 601 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"} 603 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"} 603 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"} 603 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"} 603 http_request_duration_seconds_sum{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 7395.719233300004 http_request_duration_seconds_count{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 1161 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"} 17 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"} 170 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"} 232 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"} 267 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"} 303 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"} 380 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"} 486 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"} 642 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"} 766 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"} 832 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"} 901 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"} 1001 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"} 1086 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"} 1161 http_request_duration_seconds_sum{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 2695.8257896 http_request_duration_seconds_count{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 64 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"} 29 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"} 64 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 0.0939451 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 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.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"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 871.4186852999999 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 29 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"} 29 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"} 29 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 901.3826339 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 30 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"} 30 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"} 30 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 871.5920631 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 29 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"} 29 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"} 29 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"} 85.04061500000009 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"} 275 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"} 59 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"} 149 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"} 213 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"} 237 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"} 254 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"} 267 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"} 268 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"} 269 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"} 270 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"} 271 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"} 272 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"} 272 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"} 275 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"} 275 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"} 4.764532399999997 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"} 140 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"} 32 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"} 69 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"} 106 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"} 124 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"} 135 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"} 138 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"} 139 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"} 140 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"} 140 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"} 140 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"} 140 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"} 140 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"} 140 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"} 140 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.0393793 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 76 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 0.9832535999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 38 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"} 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.008"} 5 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"} 11 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"} 31 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"} 37 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 21.47981860000001 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 44 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"} 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.008"} 3 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"} 9 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"} 24 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"} 29 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"} 31 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"} 33 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"} 33 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"} 33 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"} 43 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"} 44 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"} 44 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"} 44 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"} 44 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"} 44 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 516.8626993999997 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 394 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"} 1 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"} 102 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"} 211 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"} 290 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"} 345 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"} 378 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"} 386 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"} 386 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"} 394 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"} 394 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 316.74762490000006 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 208 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"} 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.008"} 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.016"} 17 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"} 20 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"} 20 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"} 20 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"} 47 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"} 92 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"} 119 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"} 178 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"} 198 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"} 202 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"} 204 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"} 208 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"} 208 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 25.2396411 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 30 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"} 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.008"} 1 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"} 3 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"} 11 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"} 22 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"} 26 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"} 26 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"} 27 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"} 27 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"} 27 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"} 28 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"} 29 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"} 30 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"} 30 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"} 30 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 4.573721100000001 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 59 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"} 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.008"} 21 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"} 39 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"} 50 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"} 54 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"} 57 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"} 58 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"} 58 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"} 58 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"} 58 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"} 59 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"} 59 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"} 59 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"} 59 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"} 59 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 232.80646990000002 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 63 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"} 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.032"} 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.064"} 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.128"} 1 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"} 5 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"} 18 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"} 19 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"} 42 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"} 54 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"} 55 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"} 58 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"} 63 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"} 63 http_request_duration_seconds_sum{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 90.1104541 http_request_duration_seconds_count{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 90.1705274 http_request_duration_seconds_count{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 30.0322639 http_request_duration_seconds_count{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 1 http_request_duration_seconds_bucket{code="500",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="500",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="500",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="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 25.8859846 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 33 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"} 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.008"} 2 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"} 6 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"} 14 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"} 18 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"} 24 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"} 25 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"} 25 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"} 26 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"} 27 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"} 31 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"} 33 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"} 33 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"} 33 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"} 33 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.0576563 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"} 17 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"} 14 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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.0140058 http_request_duration_seconds_count{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 4 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 0.1189574 http_request_duration_seconds_count{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 25 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"} 1 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"} 18 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"} 24 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"} 24 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"} 24 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 http_request_duration_seconds_sum{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 60.0466708 http_request_duration_seconds_count{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 2 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"} 2 http_request_duration_seconds_bucket{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview",le="+Inf"} 2 http_request_duration_seconds_sum{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 0.0191537 http_request_duration_seconds_count{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 3 http_request_duration_seconds_bucket{code="400",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="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.002"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.004"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.008"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.064"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 2.0764053000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 4 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"} 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.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"} 2 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"} 2 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 24.5666119 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 8 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"} 1 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"} 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.032"} 5 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"} 5 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"} 5 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 8 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"} 8 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"} 8 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.08497009999999998 http_request_duration_seconds_count{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 24 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"} 17 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 3.0393058 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 24 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"} 5 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"} 8 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"} 9 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"} 16 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"} 21 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 http_request_duration_seconds_sum{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 0.08981729999999999 http_request_duration_seconds_count{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 6 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"} 1 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"} 5 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"} 5 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 4.24544 http_request_duration_seconds_count{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 26 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"} 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.016"} 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.032"} 4 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"} 7 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"} 11 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"} 23 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"} 25 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 http_request_duration_seconds_sum{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 0.0076446 http_request_duration_seconds_count{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 0.1469765 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"} 3 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"} 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.016"} 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.032"} 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.064"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 0.0078512 http_request_duration_seconds_count{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 2 http_request_duration_seconds_bucket{code="400",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="400",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="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.004"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.008"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.016"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.032"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.064"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.128"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.256"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="0.512"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="1.024"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="2.048"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="4.096"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="8.192"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="16.384"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="32.768"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 0.1603254 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 17 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"} 3 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"} 7 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"} 13 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"} 15 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"} 16 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 3.6291581000000006 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 17 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"} 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.032"} 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.064"} 2 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"} 5 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"} 11 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 85.2129476 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 17 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"} 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.128"} 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.256"} 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.512"} 6 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"} 7 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"} 7 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"} 7 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"} 12 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"} 17 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"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts",le="+Inf"} 17 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}"} 7.9827156 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}"} 17 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"} 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.128"} 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.256"} 2 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"} 12 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 0.21384920000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 5 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"} 1 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"} 1 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"} 1 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"} 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.128"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 0.3674421 http_request_duration_seconds_count{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 5 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"} 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.016"} 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.032"} 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.064"} 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.128"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0044117 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 5 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 5 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 6 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.054806799999999996 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 7 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"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 7 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 360.4789377 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 12 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"} 12 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"} 12 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 360.4778025 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 12 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"} 12 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"} 12 http_request_duration_seconds_sum{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 209.84235800000002 http_request_duration_seconds_count{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 6 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"} 5 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"} 6 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.0476881 http_request_duration_seconds_count{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 3 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"} 1 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"} 1 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 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.0071985 http_request_duration_seconds_count{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 2 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"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 0.0143811 http_request_duration_seconds_count{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 3 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"} 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.008"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 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.0379633 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="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 30.0384943 http_request_duration_seconds_count{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 1 http_request_duration_seconds_bucket{code="500",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="500",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="500",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="500",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="500",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="500",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="500",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="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",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="500",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="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 0.1480699 http_request_duration_seconds_count{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 2 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"} 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.032"} 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.064"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.0004827 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 4 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.00037600000000000003 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="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales"} 0.15046130000000002 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"} 6 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"} 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.016"} 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.032"} 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.064"} 5 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales"} 0.5209026 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.128"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales",le="+Inf"} 10 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.0413768 http_request_duration_seconds_count{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 3 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"} 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.016"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 1.0327969 http_request_duration_seconds_count{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 1 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"} 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.016"} 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.032"} 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.064"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 0.0049993 http_request_duration_seconds_count{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 2 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"} 1 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"} 1 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"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 91.2466339 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 91.2171276 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 91.1090127 http_request_duration_seconds_count{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download"} 0.4916275 http_request_duration_seconds_count{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download",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.0673622 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"} 2 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"} 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.016"} 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.032"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 0.044782600000000006 http_request_duration_seconds_count{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 3 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"} 2 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"} 2 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"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",le="+Inf"} 3 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.0352639 http_request_duration_seconds_count{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 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.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"} 2 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"} 2 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"} 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.064"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 0.0188906 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 1 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"} 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.032"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 0.0008364 http_request_duration_seconds_count{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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.023963900000000003 http_request_duration_seconds_count{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 2 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"} 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.008"} 1 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"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 2.3006346000000004 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 66 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"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 43 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 63 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 66 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 7.556182300000004 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 901 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"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 583 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 849 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 892 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 901 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 901 http_request_duration_seconds_sum{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 0.037632900000000004 http_request_duration_seconds_count{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 7 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"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 7 http_request_duration_seconds_bucket{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 7 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0001169 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",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="Meta",action="GetVersion",endpoint="Version"} 10 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 206392 http_requests_received_total{code="200",method="GET",controller="ReportFilters",action="GetReportFilterList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 6277 http_requests_received_total{code="200",method="GET",controller="TimeFrame",action="GetTimeFrameList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 6272 http_requests_received_total{code="200",method="GET",controller="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 6264 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets"} 6264 http_requests_received_total{code="200",method="GET",controller="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 12529 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 6265 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 6264 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 16487 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 16577 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 16491 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 16122 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 15718 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 16521 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 14624 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 14631 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 65 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 55 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 61 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 362 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 56 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 885 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 885 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 885 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 1191 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 1268 http_requests_received_total{code="200",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 6079 http_requests_received_total{code="200",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 6505 http_requests_received_total{code="200",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 6593 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupsWithProducts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Products"} 2408 http_requests_received_total{code="400",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 431 http_requests_received_total{code="400",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 409 http_requests_received_total{code="400",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 415 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 53 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 53 http_requests_received_total{code="500",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 53 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 4117 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales"} 86 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetModifierGroupSalesByDateTime",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/TimeOfDaySales"} 85 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime"} 32 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 32 http_requests_received_total{code="400",method="GET",controller="Payments",action="GetTips",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 35 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 32 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 35 http_requests_received_total{code="400",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 37 http_requests_received_total{code="400",method="GET",controller="Payments",action="GetDiscountsAndRefundsTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 37 http_requests_received_total{code="400",method="GET",controller="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 37 http_requests_received_total{code="200",method="GET",controller="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 65 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 559 http_requests_received_total{code="200",method="GET",controller="OutletClients",action="GetOutletClients",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClients"} 35 http_requests_received_total{code="200",method="GET",controller="OutletClientGroups",action="GetOutletClientGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletClientGroups"} 76 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 826 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 892 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 827 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 15 http_requests_received_total{code="200",method="GET",controller="PaymentSources",action="GetPaymentSources",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources"} 128 http_requests_received_total{code="200",method="GET",controller="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 138 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/CompareTimeOfDaySales"} 32 http_requests_received_total{code="200",method="GET",controller="LabourCost",action="GetLabourCostSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/Summary"} 68 http_requests_received_total{code="200",method="GET",controller="LabourCost",action="GetTimeOfDayLabourCost",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/LabourCost/TimeOfDaySales"} 68 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 123 http_requests_received_total{code="200",method="GET",controller="Trends",action="GetTrendsByDateLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/Date"} 603 http_requests_received_total{code="200",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 1161 http_requests_received_total{code="500",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 64 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 1 http_requests_received_total{code="500",method="GET",controller="Products",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Total"} 29 http_requests_received_total{code="500",method="GET",controller="Products",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales"} 30 http_requests_received_total{code="500",method="GET",controller="Products",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/TimeOfDaySales"} 29 http_requests_received_total{code="200",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 275 http_requests_received_total{code="200",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 140 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 76 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 38 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetDateSalesForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Date"} 44 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/TimeOfDaySales"} 394 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/Sales"} 208 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 30 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 59 http_requests_received_total{code="200",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 63 http_requests_received_total{code="500",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 3 http_requests_received_total{code="500",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales"} 3 http_requests_received_total{code="500",method="GET",controller="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 1 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 33 http_requests_received_total{code="400",method="GET",controller="Products",action="GetVariantSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantSales"} 17 http_requests_received_total{code="400",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 4 http_requests_received_total{code="400",method="GET",controller="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 25 http_requests_received_total{code="500",method="GET",controller="Tenants",action="GetOutletOverView",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview"} 2 http_requests_received_total{code="400",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 3 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetOutletOverviewDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OutletOverview/Download"} 4 http_requests_received_total{code="200",method="GET",controller="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 8 http_requests_received_total{code="400",method="GET",controller="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 24 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 24 http_requests_received_total{code="200",method="POST",controller="ReportFilters",action="CreateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters"} 6 http_requests_received_total{code="200",method="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 26 http_requests_received_total{code="400",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 3 http_requests_received_total{code="200",method="GET",controller="Variants",action="GetDiscountSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/DiscountSales"} 3 http_requests_received_total{code="400",method="GET",controller="ProductGroups",action="GetEmployeesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Names"} 2 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetForecastAvailableYears",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Years"} 17 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 17 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecasts",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts"} 17 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetForecast",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets/{outletId:Guid}"} 17 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetOutletSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/OutletSales"} 5 http_requests_received_total{code="200",method="GET",controller="Forecasts",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/ProductGroups"} 5 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 6 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 7 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/TimeOfDaySales"} 12 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Total"} 12 http_requests_received_total{code="500",method="GET",controller="Employees",action="GetSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales"} 6 http_requests_received_total{code="200",method="DELETE",controller="ReportFilters",action="DeleteReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 3 http_requests_received_total{code="400",method="GET",controller="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 2 http_requests_received_total{code="400",method="GET",controller="ProductGroups",action="GetSalesByProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/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="500",method="GET",controller="Outlets",action="GetOutletsWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/Sales/Names"} 1 http_requests_received_total{code="200",method="GET",controller="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 2 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 4 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 3 http_requests_received_total{code="200",method="GET",controller="Variants",action="GetStandardSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Variants/{variantId:Guid}/StandardSales"} 6 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales"} 10 http_requests_received_total{code="200",method="PUT",controller="ReportFilters",action="UpdateReportFilter",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters/{filterId:Guid}"} 3 http_requests_received_total{code="200",method="GET",controller="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 1 http_requests_received_total{code="401",method="GET",controller="Trends",action="GetTrendsByDateRangeLocation",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Trends/DateRange"} 2 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareTimeOfDay"} 3 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 3 http_requests_received_total{code="500",method="GET",controller="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 3 http_requests_received_total{code="200",method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download"} 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"} 2 http_requests_received_total{code="201",method="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 3 http_requests_received_total{code="200",method="DELETE",controller="TimeFrame",action="DeleteTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 3 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 1 http_requests_received_total{code="401",method="GET",controller="Sales",action="GetTaxRateSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate"} 1 http_requests_received_total{code="200",method="PUT",controller="TimeFrame",action="UpdateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames/{timeFrameId:Guid}"} 2 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 66 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 901 http_requests_received_total{code="204",method="POST",controller="",action="",endpoint="/jobs/{**path}"} 7 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 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="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 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="TenantMetadata",action="GetTenantMetadata",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata"} 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="Users",action="GetUserForecastSetting",endpoint="api/v{version:apiVersion}/Users/Settings/ForecastSetting"} 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="Outlets",action="GetOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 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="Sales",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay"} 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="Payments",action="GetSalesTransactions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales"} 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="GetTotalSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 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="Sales",action="GetCompareDayOfWeekSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDayOfWeek"} 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="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/CompareDateTime"} 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="ProductGroups",action="GetTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/TimeOfDaySales"} 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="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="",action="",endpoint=""} 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="Products",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Sales/Download"} 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="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="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="Employees",action="GetEmployees",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees"} 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="Products",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/CompareTimeOfDaySales"} 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="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="ProductGroups",action="GetProductGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 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="Employees",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Download"} 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="Products",action="GetVariantPricePointSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/VariantPricePointSales"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 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="Sales",action="GetSalesDataAvailableOutlets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Outlets"} 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="Products",action="GetGroupedSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/GroupedSales"} 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="Employees",action="GetEmployeeNames",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/Sales/Names"} 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="PaymentSources",action="GetPaymentSourcesWithSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PaymentSources/Sales/Names"} 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="ProductGroups",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/Sales/Download"} 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="GET",controller="Payments",action="GetSalesReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Download"} 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="SalesForecasts",action="GetSummary",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/Summary"} 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="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="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 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="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="SalesForecasts",action="GetSalesForecastDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SalesForecasts/{salesForecastId:Guid}"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 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="GET",controller="Modifiers",action="GetAddonItemSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/{groupId:Guid}/Sales"} 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="Employees",action="GetCompareTimeOfDaySales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Employees/CompareTimeOfDaySales"} 0 http_requests_in_progress{method="GET",controller="Modifiers",action="GetCustomersSalesReportDownload",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Modifiers/Sales/Download"} 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="POST",controller="TimeFrame",action="CreateTimeFrame",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames"} 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="Customers",action="GetCompareDateTimeSales",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/CompareDateTimeSales"} 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="POST",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 809977 dotnet_collection_count_total{generation="1"} 443628 dotnet_collection_count_total{generation="2"} 5378 # 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 1785726768.8748484 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 37949.342913 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 21190922240 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 874622976 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1285017600 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 717 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 93 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 85772792 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 46 prometheus_net_metric_families{metric_type="gauge"} 298 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 11 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 206 prometheus_net_metric_instances{metric_type="gauge"} 441 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 171 # 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"} 206 prometheus_net_metric_timeseries{metric_type="gauge"} 441 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 3553 # 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 96 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created ({connection}) New connections allocated (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures ({connection}) Connections that failed during handshake (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected ({connection}) Connections rejected by the application (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected ({connection}) Connections rejected due to worker load. (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed ({connection}) Connections resumed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated ({connection}) Connections currently allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected ({connection}) Connections currently in the connected state (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors ({connection}) Connections shutdown with a protocol error (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn ({connection}) Connection attempts with no matching ALPN (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated ({stream}) Current streams allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost ({packet}) Packets suspected lost (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped ({packet}) Packets dropped for any reason (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures ({packet}) Packets with decryption failures (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams ({datagram}) UDP datagrams received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams ({datagram}) UDP datagrams sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes (By) UDP payload bytes received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes (By) UDP payload bytes sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events ({event}) UDP receive events (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls ({call}) UDP send API calls (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes (By) Bytes sent by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes (By) Bytes received by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth ({connection}) Current connections queued for processing (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth ({operation}) Current connection operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued ({operation}) New connection operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed ({operation}) Connection operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth ({operation}) Current worker operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued ({operation}) New worker operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed ({operation}) Worker operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated ({challenge}) Successful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure ({challenge}) Unsuccessful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset ({packet}) Stateless reset packets sent ever (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry ({packet}) Stateless retry packets sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts ({dbcontext}) (ObservableUpDownCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries ({query}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries 5577454 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges ({savechanges}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges 1025687 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits ({hits}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits 5577429 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses ({misses}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses 25 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures 0 # HELP npgsql_db_client_connection_count ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_count gauge npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_client_connection_state="idle"} 8 npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_client_connection_state="used"} 0 # HELP npgsql_db_client_connection_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_max gauge npgsql_db_client_connection_max{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 196 # HELP system_runtime_dotnet_gc_collections ({collection}) The number of garbage collections that have occurred since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_collections gauge system_runtime_dotnet_gc_collections{gc_heap_generation="gen2"} 5378 system_runtime_dotnet_gc_collections{gc_heap_generation="gen1"} 438250 system_runtime_dotnet_gc_collections{gc_heap_generation="gen0"} 366349 # HELP system_runtime_dotnet_process_memory_working_set (By) The number of bytes of physical memory mapped to the process context. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_memory_working_set gauge system_runtime_dotnet_process_memory_working_set 874622976 # HELP system_runtime_dotnet_gc_heap_total_allocated (By) The approximate number of bytes allocated on the managed GC heap since the process has started. The returned value does not include any native allocations. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_heap_total_allocated gauge system_runtime_dotnet_gc_heap_total_allocated 4143869150960 # HELP system_runtime_dotnet_gc_last_collection_memory_committed_size (By) The amount of committed virtual memory in use by the .NET GC, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_memory_committed_size gauge system_runtime_dotnet_gc_last_collection_memory_committed_size 149630976 # HELP system_runtime_dotnet_gc_last_collection_heap_size (By) The managed GC heap size (including fragmentation), as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_size gauge system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen1"} 3272728 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen2"} 107140416 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="loh"} 24298464 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="poh"} 1413728 # HELP system_runtime_dotnet_gc_last_collection_heap_fragmentation_size (By) The heap fragmentation, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_fragmentation_size gauge system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen1"} 17736 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen2"} 39843736 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="loh"} 17784488 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="poh"} 170928 # HELP system_runtime_dotnet_gc_pause_time (s) The total amount of time paused in GC since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_pause_time gauge system_runtime_dotnet_gc_pause_time 2368.275356 # HELP system_runtime_dotnet_jit_compiled_il_size (By) Count of bytes of intermediate language that have been compiled since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_il_size gauge system_runtime_dotnet_jit_compiled_il_size 34695846 # HELP system_runtime_dotnet_jit_compiled_methods ({method}) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_methods gauge system_runtime_dotnet_jit_compiled_methods 1046074 # HELP system_runtime_dotnet_jit_compilation_time (s) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compilation_time gauge system_runtime_dotnet_jit_compilation_time 360.1092566 # HELP system_runtime_dotnet_monitor_lock_contentions ({contention}) The number of times there was contention when trying to acquire a monitor lock since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_monitor_lock_contentions gauge system_runtime_dotnet_monitor_lock_contentions 3821765 # HELP system_runtime_dotnet_thread_pool_thread_count ({thread}) The number of thread pool threads that currently exist. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_thread_count gauge system_runtime_dotnet_thread_pool_thread_count 9 # HELP system_runtime_dotnet_thread_pool_work_item_count ({work_item}) The number of work items that the thread pool has completed since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_work_item_count gauge system_runtime_dotnet_thread_pool_work_item_count 105098876 # HELP system_runtime_dotnet_thread_pool_queue_length ({work_item}) The number of work items that are currently queued to be processed by the thread pool. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_queue_length gauge system_runtime_dotnet_thread_pool_queue_length 0 # HELP system_runtime_dotnet_timer_count ({timer}) The number of timer instances that are currently active. An active timer is registered to tick at some point in the future and has not yet been canceled. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_timer_count gauge system_runtime_dotnet_timer_count 104 # HELP system_runtime_dotnet_assembly_count ({assembly}) The number of .NET assemblies that are currently loaded. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_assembly_count gauge system_runtime_dotnet_assembly_count 296 # HELP system_runtime_dotnet_process_cpu_count ({cpu}) The number of processors available to the process. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_cpu_count gauge system_runtime_dotnet_process_cpu_count 1 # HELP system_runtime_dotnet_process_cpu_time (s) CPU time used by the process. (ObservableCounter`1) # TYPE system_runtime_dotnet_process_cpu_time gauge system_runtime_dotnet_process_cpu_time{cpu_mode="user"} 25623.946056 system_runtime_dotnet_process_cpu_time{cpu_mode="system"} 12325.3958 # HELP npgsql_db_client_operation_npgsql_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_operation_npgsql_executing gauge npgsql_db_client_operation_npgsql_executing{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 0 # HELP npgsql_db_client_operation_npgsql_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_written gauge npgsql_db_client_operation_npgsql_bytes_written{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 22145656010 # HELP npgsql_db_client_operation_npgsql_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_read gauge npgsql_db_client_operation_npgsql_bytes_read{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 8255139108 # 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 2400906 # HELP npgsql_db_client_operation_duration (s) Duration of database client operations. (Histogram`1) # TYPE npgsql_db_client_operation_duration histogram npgsql_db_client_operation_duration_sum{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 248611.18127033432 npgsql_db_client_operation_duration_count{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.01"} 15829453 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.02"} 18820647 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.04"} 19666922 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.08"} 19788409 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.16"} 19811435 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.32"} 19825672 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.64"} 19837082 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1.28"} 19846182 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2.56"} 19852404 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5.12"} 19856786 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10.24"} 19859819 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20.48"} 19861769 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="40.96"} 19863519 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="81.92"} 19863554 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="163.84"} 19863559 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="327.68"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="655.36"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1310.72"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2621.44"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5242.88"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10485.76"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20971.52"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="41943.04"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="83886.08"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="167772.16"} 19863560 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",db_system_name="postgresql",server_address="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="+Inf"} 19863560 # HELP system_runtime_dotnet_exceptions ({exception}) The number of exceptions that have been thrown in managed code. (Counter`1) # TYPE system_runtime_dotnet_exceptions gauge system_runtime_dotnet_exceptions{error_type="JobPerformanceException"} 1223680 system_runtime_dotnet_exceptions{error_type="TargetInvocationException"} 244732 system_runtime_dotnet_exceptions{error_type="LockedException"} 1939222 system_runtime_dotnet_exceptions{error_type="NpgsqlException"} 11047 system_runtime_dotnet_exceptions{error_type="TypeInitializationException"} 2299 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled (By) Number of bytes currently pooled and available for reuse. (UpDownCounter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled{aspnetcore_memory_pool_owner="kestrel"} 974848 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented (By) Total number of bytes rented from the memory pool. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented{aspnetcore_memory_pool_owner="kestrel"} 25536172032 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated (By) Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated{aspnetcore_memory_pool_owner="kestrel"} 452485120 # HELP system_net_http_http_client_active_requests ({request}) Number of outbound HTTP requests that are currently active on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_active_requests gauge system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="GET",server_address="core-api.ancon.io",server_port="443",url_scheme="https"} 0 # HELP system_net_http_http_client_request_duration (s) Duration of HTTP client requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 6644.3919960001 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"} 328781 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"} 17699 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"} 223034 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"} 320629 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"} 328083 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"} 328497 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"} 328651 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"} 328735 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"} 328758 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"} 328770 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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"} 328781 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",server_port="443",url_scheme="https"} 0.0267763 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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",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",server_port="443",url_scheme="https",le="+Inf"} 1 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.1044270931541282 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 874.622976 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 85.666024 # 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 809734 # 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 443516 # 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 5373 # 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 9 # 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 3821631 # 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 105098298 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 4143263934328 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 104 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 42.47327477671019 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 149.630976 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 30982483 # HELP system_runtime_time_in_gc (%) % Time in GC since last GC # TYPE system_runtime_time_in_gc gauge system_runtime_time_in_gc 0 # HELP system_runtime_total_pause_time_by_gc_total (ms) Time paused by GC # TYPE system_runtime_total_pause_time_by_gc_total counter system_runtime_total_pause_time_by_gc_total 2368008.344 # 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 3272728 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 107140416 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 24298464 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 1413728 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 296 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 34695846 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 1046074 # 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 356912.73410000006 # 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.002473 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-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.3421641 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 100 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com"} 1.9935935999999994 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 338 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 391 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 392 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-report-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 392 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 330683 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 330683 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 27 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 27 # 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 42381 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 135559 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 38839284282 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 106220911801 # 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 44298 # 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 25282 # 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 25282 # 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 29 # 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 29 # 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 npgsql_db_client_connection_npgsql_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connection_npgsql_create_time histogram npgsql_db_client_connection_npgsql_create_time_sum{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 124.1698254999998 npgsql_db_client_connection_npgsql_create_time_count{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.01"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.02"} 11 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.04"} 745 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.08"} 1865 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.16"} 2220 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.32"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="0.64"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="1.28"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="2.56"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="5.12"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="10.24"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="20.48"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="40.96"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="81.92"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="163.84"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="327.68"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="655.36"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="1310.72"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="2621.44"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="5242.88"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="10485.76"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="20971.52"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="41943.04"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="83886.08"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="167772.16"} 2229 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196",le="+Inf"} 2229 # HELP microsoft_entityframeworkcore_active_db_contexts Active DbContexts # TYPE microsoft_entityframeworkcore_active_db_contexts gauge microsoft_entityframeworkcore_active_db_contexts 0 # HELP microsoft_entityframeworkcore_total_queries Queries (Total) # TYPE microsoft_entityframeworkcore_total_queries gauge microsoft_entityframeworkcore_total_queries 5577454 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 5577454 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 1025687 # 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 1025687 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate -1 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP microsoft_aspnetcore_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.5.23",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.5.23",server_port="80"} 11 # 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_match_status="failure"} 73631 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"} 4 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 23181 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"} 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"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours"} 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/DateTime"} 6 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"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips"} 5 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"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/healthz"} 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}/ReportFilters"} 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/TimeOfDay"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="(missing)"} 57 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"} 2 # HELP microsoft_aspnetcore_hosting_http_server_request_duration (s) Duration of HTTP server requests. (Histogram`1) # TYPE microsoft_aspnetcore_hosting_http_server_request_duration histogram microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 280.5571388000009 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"} 69508 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"} 66255 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"} 67891 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"} 69119 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"} 69451 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"} 69498 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"} 69506 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"} 69507 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"} 69507 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 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"} 69508 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http"} 0.014422800000000001 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 57 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"} 392.90239949999943 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"} 23180 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"} 5 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"} 20693 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"} 23064 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"} 23173 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"} 23179 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 23180 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"} 0.6449972 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/DiscountsAndRefunds",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http"} 1.0003805 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"} 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}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.01"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",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}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="163.84"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="327.68"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="655.36"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DateTime",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http"} 0.0039419 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/healthz",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="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",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="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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="/healthz",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/TaxRate",network_protocol_version="1.1",url_scheme="http"} 2.1998468 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/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="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",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}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TaxRate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http"} 0.9913959 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",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}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/DayOfWeek",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http"} 0.9992188999999999 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",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}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/TimeOfDay",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http"} 1.0152271000000002 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",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}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Sales/Total",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http"} 0.6561952 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Sales",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Users/Settings/ForecastSetting",network_protocol_version="1.1",url_scheme="http"} 0.0225689 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"} 2 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"} 1 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"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 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"} 0.6538653999999999 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"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",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}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Payments/Tips",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http"} 0.0273731 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"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",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}/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/Outlets",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}/ReportFilters",network_protocol_version="1.1",url_scheme="http"} 0.0454238 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"} 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}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",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}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/ReportFilters",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}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http"} 0.023445300000000002 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"} 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}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",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}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/Forecasts/Outlets",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}/TimeFrames",network_protocol_version="1.1",url_scheme="http"} 0.0869639 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"} 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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/TimeFrames",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}/Metadata",network_protocol_version="1.1",url_scheme="http"} 0.08649760000000001 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"} 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}/Metadata",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}/Metadata",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/Metadata",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}/OpeningHours",network_protocol_version="1.1",url_scheme="http"} 0.0300202 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"} 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}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",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}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",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}/OpeningHours",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 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.0002565 microsoft_aspnetcore_hosting_http_server_request_duration_count{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 # HELP microsoft_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.5.23",server_port="80"} 6811735.689325842 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.5.23",server_port="80"} 135549 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.5.23",server_port="80",le="0.01"} 44488 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.5.23",server_port="80",le="0.02"} 45687 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.5.23",server_port="80",le="0.04"} 46217 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.5.23",server_port="80",le="0.08"} 46330 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.5.23",server_port="80",le="0.16"} 46338 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.5.23",server_port="80",le="0.32"} 46353 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.5.23",server_port="80",le="0.64"} 46363 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.5.23",server_port="80",le="1.28"} 46415 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.5.23",server_port="80",le="2.56"} 46454 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.5.23",server_port="80",le="5.12"} 46471 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.5.23",server_port="80",le="10.24"} 46497 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.5.23",server_port="80",le="20.48"} 46523 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.5.23",server_port="80",le="40.96"} 46587 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.5.23",server_port="80",le="81.92"} 115977 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.5.23",server_port="80",le="163.84"} 132980 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.5.23",server_port="80",le="327.68"} 135295 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.5.23",server_port="80",le="655.36"} 135535 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.5.23",server_port="80",le="1310.72"} 135548 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.5.23",server_port="80",le="2621.44"} 135549 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.5.23",server_port="80",le="5242.88"} 135549 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.5.23",server_port="80",le="10485.76"} 135549 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.5.23",server_port="80",le="20971.52"} 135549 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.5.23",server_port="80",le="41943.04"} 135549 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.5.23",server_port="80",le="83886.08"} 135549 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.5.23",server_port="80",le="167772.16"} 135549 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.5.23",server_port="80",le="+Inf"} 135549 # 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 518122 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 518122 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 0 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 879 # 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 135560 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 135560 # 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 11 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted (By) Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. Evicted memory is available for garbage collection. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted{aspnetcore_memory_pool_owner="kestrel"} 453455872 # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration (s) The authentication duration for a request. (Histogram`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration histogram microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 0.031152999999999993 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.01"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.02"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.04"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.08"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.16"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.32"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.64"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1.28"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2.56"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5.12"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10.24"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20.48"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="40.96"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="81.92"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="163.84"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="327.68"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="655.36"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1310.72"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2621.44"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5242.88"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10485.76"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20971.52"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="41943.04"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="83886.08"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="167772.16"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="+Inf"} 132 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 0.0022221000000000007 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.01"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.02"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.04"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.08"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.16"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.32"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.64"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1.28"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2.56"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5.12"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10.24"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20.48"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="40.96"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="81.92"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="163.84"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="327.68"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="655.36"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1310.72"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2621.44"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5242.88"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10485.76"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20971.52"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="41943.04"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="83886.08"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="167772.16"} 134 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="+Inf"} 134 # HELP MongoDbSyncerQueue Generic gauge for MongoDbSyncerQueue # TYPE MongoDbSyncerQueue gauge MongoDbSyncerQueue 0 # HELP MongoDbSyncerFailCount Generic counter for MongoDbSyncerFailCount # TYPE MongoDbSyncerFailCount counter MongoDbSyncerFailCount 0 # HELP npgsql_db_client_operation_npgsql_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_operation_npgsql_prepared_ratio gauge npgsql_db_client_operation_npgsql_prepared_ratio{db_client_connection_pool_name="Host=private-production-report-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=reporting;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=196"} 0 # HELP system_net_http_http_client_open_connections ({connection}) Number of outbound HTTP connections that are currently active or idle on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_open_connections gauge system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.62",network_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.62",network_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.52",network_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.52",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",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",server_port="443",url_scheme="https"} 0 # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2.3578459000000005 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"} 100 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"} 54 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 66 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"} 66 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"} 98 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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.0659883 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"} 2 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"} 0 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 # HELP system_net_http_http_client_connection_duration (s) The duration of successfully established outbound HTTP connections. (Histogram`1) # TYPE system_net_http_http_client_connection_duration histogram system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 134.995 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_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.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_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.19",network_protocol_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"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.19",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1159.863 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_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.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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.62",network_protocol_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"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_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"} 5 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https"} 0.016 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.02"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.32"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="0.64"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="1.28"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="2.56"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="5.12"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="10.24"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="20.48"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="40.96"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="81.92"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="163.84"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="327.68"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:167.99.16.214",network_protocol_version="1.1",server_address="core-api.ancon.io",server_port="443",url_scheme="https",le="+Inf"} 1 # HELP microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts ({attempt}) The total number of authorization attempts. (Counter`1) # TYPE microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts gauge microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts{aspnetcore_authorization_result="success",aspnetcore_user_is_authenticated="True"} 132 # HELP npgsql_db_client_operation_failed ({command}) The number of database commands which have failed. (Counter`1) # TYPE npgsql_db_client_operation_failed gauge # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges ({challenge}) The total number of times a scheme is challenged. (Counter`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges gauge