# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 16 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 164705 # 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"} 237544 dotnet_gc_heap_size_bytes{gc_generation="2"} 59947824 dotnet_gc_heap_size_bytes{gc_generation="loh"} 31520248 # 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"} 211524 dotnet_gc_collection_count_total{gc_generation="1"} 71861 dotnet_gc_collection_count_total{gc_generation="2"} 2328 # 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 556906980784 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 17490480 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 480709 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 6 # 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 11886716 # 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 3832 dotnet_threadpool_queue_length_count 707830 dotnet_threadpool_queue_length_bucket{le="0"} 704023 dotnet_threadpool_queue_length_bucket{le="1"} 707822 dotnet_threadpool_queue_length_bucket{le="10"} 707829 dotnet_threadpool_queue_length_bucket{le="100"} 707830 dotnet_threadpool_queue_length_bucket{le="1000"} 707830 dotnet_threadpool_queue_length_bucket{le="+Inf"} 707830 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 102 # 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 0.7412112655987536 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 627.490816 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 71.225416 # 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 6 # 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 10 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 65592 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 102 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 24.817920067695706 # 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 237544 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 59947824 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 31520248 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 1171176 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 297 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 17490480 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 480709 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 1 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 129638 # HELP aspnetcore_requests_current_total Current Requests # TYPE aspnetcore_requests_current_total gauge aspnetcore_requests_current_total 1 # HELP aspnetcore_requests_failed_total Failed Requests # TYPE aspnetcore_requests_failed_total gauge aspnetcore_requests_failed_total 1 # HELP signalr_connections_started_total Total Connections Started # TYPE signalr_connections_started_total gauge signalr_connections_started_total 0 # HELP signalr_connections_timed_out_total Total Connections Timed Out # TYPE signalr_connections_timed_out_total gauge signalr_connections_timed_out_total 0 # HELP signalr_connections_current_total Current Connections # TYPE signalr_connections_current_total gauge signalr_connections_current_total 0 # HELP signalr_connections_duration_milliseconds Average Connection Duration # TYPE signalr_connections_duration_milliseconds gauge signalr_connections_duration_milliseconds 0 # HELP grpc_server_calls_total Total Calls # TYPE grpc_server_calls_total gauge grpc_server_calls_total 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 4 # HELP grpc_client_calls_current_total Current Calls # TYPE grpc_client_calls_current_total gauge grpc_client_calls_current_total 1 # HELP grpc_client_calls_failed_total Total Calls Failed # TYPE grpc_client_calls_failed_total gauge grpc_client_calls_failed_total 1 # HELP grpc_client_calls_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_client_calls_deadline_exceeded_total gauge grpc_client_calls_deadline_exceeded_total 1 # HELP grpc_client_messages_sent_total Total Messages Sent # TYPE grpc_client_messages_sent_total gauge grpc_client_messages_sent_total 4 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 4 # 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 502867 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 1 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 11640 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 0 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio 100 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 1 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 92183 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 5 # HELP kestrel_tls_handshakes_per_second Number of TLS Handshakes made between update intervals # TYPE kestrel_tls_handshakes_per_second gauge kestrel_tls_handshakes_per_second 0 # HELP kestrel_tls_handshakes_total Total number of TLS handshakes made # TYPE kestrel_tls_handshakes_total gauge kestrel_tls_handshakes_total 1 # HELP kestrel_tls_handshakes_current_total Number of currently active TLS handshakes # TYPE kestrel_tls_handshakes_current_total gauge kestrel_tls_handshakes_current_total 1 # HELP kestrel_tls_handshakes_failed_total Total number of failed TLS handshakes # TYPE kestrel_tls_handshakes_failed_total gauge kestrel_tls_handshakes_failed_total 1 # HELP kestrel_connections_queue_total Length of Kestrel Connection Queue # TYPE kestrel_connections_queue_total gauge kestrel_connections_queue_total 1 # HELP kestrel_requests_queue_total Length total HTTP request queue # TYPE kestrel_requests_queue_total gauge kestrel_requests_queue_total 1 # HELP kestrel_requests_upgraded_total Current Upgraded Requests (WebSockets) # TYPE kestrel_requests_upgraded_total gauge kestrel_requests_upgraded_total 1 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 50404 # 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 9698 # 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 2 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 21 # HELP net_security_tls_10_sessions_total TLS 1.0 Sessions Active # TYPE net_security_tls_10_sessions_total gauge net_security_tls_10_sessions_total 1 # HELP net_security_tls_11_sessions_total TLS 1.1 Sessions Active # TYPE net_security_tls_11_sessions_total gauge net_security_tls_11_sessions_total 1 # HELP net_security_tls_12_sessions_total TLS 1.2 Sessions Active # TYPE net_security_tls_12_sessions_total gauge net_security_tls_12_sessions_total 1 # HELP net_security_tls_13_sessions_total TLS 1.3 Sessions Active # TYPE net_security_tls_13_sessions_total gauge net_security_tls_13_sessions_total 21 # HELP net_security_handshakes_duration_milliseconds TLS Handshake Duration # TYPE net_security_handshakes_duration_milliseconds gauge net_security_handshakes_duration_milliseconds 0 # HELP net_security_handshakes_tls10_duration_milliseconds TLS 1.0 Handshake Duration # TYPE net_security_handshakes_tls10_duration_milliseconds gauge net_security_handshakes_tls10_duration_milliseconds 0 # HELP net_security_handshakes_tls11_duration_milliseconds TLS 1.1 Handshake Duration # TYPE net_security_handshakes_tls11_duration_milliseconds gauge net_security_handshakes_tls11_duration_milliseconds 0 # HELP net_security_handshakes_tls12_duration_milliseconds TLS 1.2 Handshake Duration # TYPE net_security_handshakes_tls12_duration_milliseconds gauge net_security_handshakes_tls12_duration_milliseconds 0 # HELP net_security_handshakes_tls13_duration_milliseconds TLS 1.3 Handshake Duration # TYPE net_security_handshakes_tls13_duration_milliseconds gauge net_security_handshakes_tls13_duration_milliseconds 0 # HELP net_dns_lookups_requested_total DNS Lookups Requested # TYPE net_dns_lookups_requested_total gauge net_dns_lookups_requested_total 12523 # 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 12517 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 92183 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 1586107053 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 11809166829 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 2 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 2 # HELP sqlclient_active_hard_connections_total Actual active connections are made to servers # TYPE sqlclient_active_hard_connections_total gauge sqlclient_active_hard_connections_total 0 # HELP sqlclient_hard_connects_per_second Actual connections are made to servers # TYPE sqlclient_hard_connects_per_second gauge sqlclient_hard_connects_per_second 0 # HELP sqlclient_hard_disconnects_per_second Actual disconnections are made to servers # TYPE sqlclient_hard_disconnects_per_second gauge sqlclient_hard_disconnects_per_second 0 # HELP sqlclient_active_soft_connections_total Active connections got from connection pool # TYPE sqlclient_active_soft_connections_total gauge sqlclient_active_soft_connections_total 0 # HELP sqlclient_soft_connects_per_second Connections got from connection pool # TYPE sqlclient_soft_connects_per_second gauge sqlclient_soft_connects_per_second 0 # HELP sqlclient_soft_disconnects_per_second Connections returned to the connection pool # TYPE sqlclient_soft_disconnects_per_second gauge sqlclient_soft_disconnects_per_second 0 # HELP sqlclient_non_pooled_connections_total Number of connections are not using connection pooling # TYPE sqlclient_non_pooled_connections_total gauge sqlclient_non_pooled_connections_total 0 # HELP sqlclient_pooled_connections_total Number of connections are managed by connection pooler # TYPE sqlclient_pooled_connections_total gauge sqlclient_pooled_connections_total 0 # HELP sqlclient_active_connection_pool_groups_total Number of active unique connection strings # TYPE sqlclient_active_connection_pool_groups_total gauge sqlclient_active_connection_pool_groups_total 0 # HELP sqlclient_inactive_connection_pool_groups_total Number of unique connection strings waiting for pruning # TYPE sqlclient_inactive_connection_pool_groups_total gauge sqlclient_inactive_connection_pool_groups_total 0 # HELP sqlclient_active_connection_pools_total Number of active connection pools # TYPE sqlclient_active_connection_pools_total gauge sqlclient_active_connection_pools_total 0 # HELP sqlclient_inactive_connection_pools_total Number of inactive connection pools # TYPE sqlclient_inactive_connection_pools_total gauge sqlclient_inactive_connection_pools_total 0 # HELP sqlclient_active_connections_total Number of active connections # TYPE sqlclient_active_connections_total gauge sqlclient_active_connections_total 0 # HELP sqlclient_free_connections_total Number of free-ready connections # TYPE sqlclient_free_connections_total gauge sqlclient_free_connections_total 0 # HELP sqlclient_stasis_connections_total Number of connections currently waiting to be ready # TYPE sqlclient_stasis_connections_total gauge sqlclient_stasis_connections_total 0 # HELP sqlclient_reclaimed_connections_total Number of reclaimed connections from GC # TYPE sqlclient_reclaimed_connections_total gauge sqlclient_reclaimed_connections_total 0 # HELP efcore_active_dbcontexts Currently open db contexts # TYPE efcore_active_dbcontexts gauge efcore_active_dbcontexts 0 # HELP efcore_savechanges_count Number of savechanges done # TYPE efcore_savechanges_count counter efcore_savechanges_count 11640 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 37822.200400000314 # HELP efcore_savechanges_counts_by_states Count of states saved # TYPE efcore_savechanges_counts_by_states counter efcore_savechanges_counts_by_states{state="Detached"} 0 efcore_savechanges_counts_by_states{state="Unchanged"} 1416903 efcore_savechanges_counts_by_states{state="Deleted"} 4810 efcore_savechanges_counts_by_states{state="Modified"} 9037 efcore_savechanges_counts_by_states{state="Added"} 24664 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 0 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 2 # 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="integration-events"} 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 0 # HELP hangfire_current_processing Number of hangfire jobs processing # TYPE hangfire_current_processing gauge hangfire_current_processing 0 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 505972 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 0 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 14 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 0 # HELP hangfire_current_awaiting Number of hangfire jobs awaiting # TYPE hangfire_current_awaiting gauge hangfire_current_awaiting 0 # HELP hangfire_current_api_jobs Number of hangfire api jobs currently in progress # TYPE hangfire_current_api_jobs gauge # HELP hangfire_api_jobs_success_count Number of hangfire api jobs executed # TYPE hangfire_api_jobs_success_count counter # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge # HELP hangfire_background_jobs_success_count Number of hangfire background jobs executed # TYPE hangfire_background_jobs_success_count counter # HELP hangfire_background_jobs_failure_count Number of hangfire background job failures # TYPE hangfire_background_jobs_failure_count counter # HELP mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter mongodbcollection_count{Name="IdentityUser"} 10964 mongodbcollection_count{Name="AdminUser"} 10775 mongodbcollection_count{Name="TenantUser"} 10775 mongodbcollection_count{Name="Customer"} 17795 mongodbcollection_count{Name="Tenant"} 9774 mongodbcollection_count{Name="GuestGroup"} 19217 mongodbcollection_count{Name="Discount"} 6759 mongodbcollection_count{Name="Outlet"} 7292 mongodbcollection_count{Name="ProductGroup"} 205 mongodbcollection_count{Name="GiftCardAddOn"} 365 mongodbcollection_count{Name="OutletClient"} 66 mongodbcollection_count{Name="Printer"} 66 mongodbcollection_count{Name="IdentityUserAdminCheck"} 7 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="IdentityUser"} 26418 mongodbcollection_time{Name="AdminUser"} 10646 mongodbcollection_time{Name="TenantUser"} 11342 mongodbcollection_time{Name="Customer"} 15476 mongodbcollection_time{Name="Tenant"} 14013 mongodbcollection_time{Name="GuestGroup"} 17335 mongodbcollection_time{Name="Discount"} 3322 mongodbcollection_time{Name="Outlet"} 8263 mongodbcollection_time{Name="ProductGroup"} 291 mongodbcollection_time{Name="GiftCardAddOn"} 620 mongodbcollection_time{Name="OutletClient"} 74 mongodbcollection_time{Name="Printer"} 44 mongodbcollection_time{Name="IdentityUserAdminCheck"} 32 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 0 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -404 # 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 20 # 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 409 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 410 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 0 # HELP lockmanager_total_slow_requests_time Generic counter for lockmanager_total_slow_requests_time # TYPE lockmanager_total_slow_requests_time counter lockmanager_total_slow_requests_time 0 # HELP aspnetcore_healthcheck_status ASP.NET Core health check status (0 == Unhealthy, 0.5 == Degraded, 1 == Healthy) # TYPE aspnetcore_healthcheck_status gauge aspnetcore_healthcheck_status{name="npgsql"} 1 aspnetcore_healthcheck_status{name="Internet"} 1 aspnetcore_healthcheck_status{name="Cache Redis"} 1 aspnetcore_healthcheck_status{name="Hangfire Redis"} 1 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 1690045 # HELP messagequeue_consumed_topics_count Total number of message queue envelopes consumed by topic # TYPE messagequeue_consumed_topics_count counter messagequeue_consumed_topics_count{topic="order"} 325989 messagequeue_consumed_topics_count{topic="check"} 1342467 messagequeue_consumed_topics_count{topic="integration"} 638 messagequeue_consumed_topics_count{topic="customer"} 5911 messagequeue_consumed_topics_count{topic="checkout"} 9389 messagequeue_consumed_topics_count{topic="identityuser"} 5443 messagequeue_consumed_topics_count{topic="outlet"} 198 messagequeue_consumed_topics_count{topic="tenant"} 10 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 10832020.534199776 # 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="check"} 8227460.143799646 messagequeue_consume_handle_topics_time{topic="order"} 2409192.7247999893 messagequeue_consume_handle_topics_time{topic="integration"} 4919.706399999995 messagequeue_consume_handle_topics_time{topic="customer"} 60107.83600000026 messagequeue_consume_handle_topics_time{topic="checkout"} 91282.2411000002 messagequeue_consume_handle_topics_time{topic="identityuser"} 44689.459700000094 messagequeue_consume_handle_topics_time{topic="outlet"} 2727.970999999999 messagequeue_consume_handle_topics_time{topic="tenant"} 109.72659999999999 # HELP messagequeue_consume_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox # TYPE messagequeue_consume_failure_count counter messagequeue_consume_failure_count 1 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter messagequeue_consume_topics_failure_count{topic="check"} 1 # HELP consumer_tasks Current number of active consumer tasks by topic # TYPE consumer_tasks gauge consumer_tasks{topic="tenant"} 1 consumer_tasks{topic="check"} 1 consumer_tasks{topic="order"} 1 # HELP consumer_pressure Consumer channel pressure per topic: 1000 = saturated, -1000 = healthy # TYPE consumer_pressure gauge consumer_pressure{topic="order"} -1000 consumer_pressure{topic="check"} -1000 consumer_pressure{topic="tenant"} -1000 # HELP MongoDbSyncerQueue Generic gauge for MongoDbSyncerQueue # TYPE MongoDbSyncerQueue gauge MongoDbSyncerQueue 0 # HELP MongoDbSyncerFailCount Generic counter for MongoDbSyncerFailCount # TYPE MongoDbSyncerFailCount counter MongoDbSyncerFailCount 0 # 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="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 22.06904539999998 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.004"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.008"} 576 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.016"} 1842 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.032"} 1945 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.064"} 2002 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.128"} 2004 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.256"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.512"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="1.024"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="2.048"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="4.096"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="8.192"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="16.384"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="32.768"} 2005 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="+Inf"} 2005 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 41.231110599999965 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.008"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.016"} 1522 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.032"} 2086 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.064"} 2263 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.128"} 2306 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.256"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.512"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="1.024"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="2.048"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="4.096"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="8.192"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="16.384"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="32.768"} 2308 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="+Inf"} 2308 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 1.3703714000000007 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.008"} 112 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.016"} 139 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.032"} 142 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.064"} 147 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.128"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.256"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.512"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="1.024"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="2.048"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="4.096"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="8.192"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="16.384"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="32.768"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="+Inf"} 148 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 58.928241200000116 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.016"} 2539 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.032"} 3584 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.064"} 3636 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.128"} 3640 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.256"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.512"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="1.024"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="2.048"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="4.096"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="8.192"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="16.384"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="32.768"} 3641 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="+Inf"} 3641 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use"} 30.63480590000005 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.016"} 1341 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.032"} 1919 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.064"} 1980 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.128"} 1988 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.256"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="0.512"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="1.024"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="2.048"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="4.096"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="8.192"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="16.384"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="32.768"} 1989 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",le="+Inf"} 1989 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 62.66412150000004 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.016"} 1092 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.032"} 3254 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.064"} 3363 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.128"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.256"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.512"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="1.024"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="2.048"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="4.096"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="8.192"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="16.384"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="32.768"} 3368 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="+Inf"} 3368 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 18.56753500000002 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.016"} 835 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.032"} 993 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.064"} 1107 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.128"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.256"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.512"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="1.024"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="2.048"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="4.096"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="8.192"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="16.384"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="32.768"} 1114 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",le="+Inf"} 1114 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 20.51397949999999 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.008"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.016"} 1267 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.032"} 1526 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.064"} 1549 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.128"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.256"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.512"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="1.024"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="2.048"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="4.096"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="8.192"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="16.384"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="32.768"} 1551 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="+Inf"} 1551 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 0.32275419999999944 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 1895 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 1918 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 1940 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 1941 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 1941 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 65.50718920000004 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 513 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.008"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.016"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.032"} 202 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.064"} 292 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.128"} 342 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.256"} 421 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="0.512"} 491 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="1.024"} 511 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="2.048"} 513 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="4.096"} 513 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="8.192"} 513 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="16.384"} 513 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="32.768"} 513 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets",le="+Inf"} 513 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 31.901246399999998 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.016"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.032"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.064"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.128"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.256"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="0.512"} 54 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="1.024"} 54 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="2.048"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="4.096"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="8.192"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="16.384"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="32.768"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance",le="+Inf"} 65 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber"} 0.3716309999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.016"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.032"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.064"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.128"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.256"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="0.512"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="1.024"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="2.048"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="4.096"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="8.192"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="16.384"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="32.768"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber",le="+Inf"} 30 http_request_duration_seconds_sum{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft"} 0.2774369 http_request_duration_seconds_count{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.008"} 6 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.016"} 20 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.032"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.064"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.128"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.256"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="0.512"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="1.024"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="2.048"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="4.096"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="8.192"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="16.384"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="32.768"} 22 http_request_duration_seconds_bucket{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 4.1886371000000056 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.008"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.016"} 200 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.032"} 212 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.064"} 218 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.128"} 221 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.256"} 222 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="0.512"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="1.024"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="2.048"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="4.096"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="8.192"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="16.384"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="32.768"} 226 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",le="+Inf"} 226 http_request_duration_seconds_sum{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 3.276494100000001 http_request_duration_seconds_count{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.016"} 137 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.032"} 173 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.064"} 178 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.128"} 179 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.256"} 179 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="0.512"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="1.024"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="2.048"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="4.096"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="8.192"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="16.384"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="32.768"} 181 http_request_duration_seconds_bucket{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",le="+Inf"} 181 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 24.143850699999987 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.128"} 101 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.256"} 169 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.512"} 173 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="1.024"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="2.048"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="4.096"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="8.192"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="16.384"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="32.768"} 175 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="+Inf"} 175 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 2081.433730100001 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 171 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="8.192"} 73 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="16.384"} 137 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="32.768"} 165 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="+Inf"} 171 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 11.949573500000003 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.008"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.016"} 140 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.032"} 248 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.064"} 357 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.128"} 393 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.256"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="0.512"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="1.024"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="2.048"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="4.096"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="8.192"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="16.384"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="32.768"} 394 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards",le="+Inf"} 394 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}"} 156.50727479999975 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}"} 1322 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.004"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.008"} 336 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.016"} 347 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.032"} 348 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.064"} 349 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.128"} 792 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.256"} 1266 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="0.512"} 1317 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="1.024"} 1319 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="2.048"} 1320 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="4.096"} 1322 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="8.192"} 1322 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="16.384"} 1322 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="32.768"} 1322 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}",le="+Inf"} 1322 http_request_duration_seconds_sum{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use"} 178.91423230000007 http_request_duration_seconds_count{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use"} 917 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.008"} 96 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.016"} 364 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.032"} 370 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.064"} 374 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.128"} 374 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.256"} 564 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="0.512"} 871 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="1.024"} 915 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="2.048"} 917 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="4.096"} 917 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="8.192"} 917 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="16.384"} 917 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="32.768"} 917 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",le="+Inf"} 917 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 146.5021067000002 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 1928 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.008"} 360 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.016"} 1094 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.032"} 1175 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.064"} 1190 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.128"} 1410 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.256"} 1809 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.512"} 1926 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="1.024"} 1927 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="2.048"} 1927 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="4.096"} 1927 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="8.192"} 1928 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="16.384"} 1928 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="32.768"} 1928 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="+Inf"} 1928 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 4.507433100000002 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.016"} 33 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.032"} 131 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.064"} 146 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.128"} 147 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.256"} 151 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.512"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="1.024"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="2.048"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="4.096"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="8.192"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="16.384"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="32.768"} 153 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="+Inf"} 153 http_request_duration_seconds_sum{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 0.42604519999999996 http_request_duration_seconds_count{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.008"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.016"} 45 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.032"} 47 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.064"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.128"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.256"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.512"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="1.024"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="2.048"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="4.096"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="8.192"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="16.384"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="32.768"} 49 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="+Inf"} 49 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 2.9896197000000004 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.016"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.032"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.064"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.128"} 55 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.256"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="0.512"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="1.024"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="2.048"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="4.096"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="8.192"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="16.384"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="32.768"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance",le="+Inf"} 60 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 1.6626408999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.016"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.032"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.064"} 68 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.128"} 70 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.256"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="0.512"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="1.024"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="2.048"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="4.096"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="8.192"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="16.384"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="32.768"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions",le="+Inf"} 72 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 0.0938089 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 0.5000895 http_request_duration_seconds_count{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.008"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.016"} 50 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.032"} 50 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.064"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.128"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.256"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="0.512"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="1.024"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="2.048"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="4.096"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="8.192"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="16.384"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="32.768"} 51 http_request_duration_seconds_bucket{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",le="+Inf"} 51 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 0.4456700999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.004"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.008"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.016"} 72 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.032"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.064"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.128"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.256"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.512"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="1.024"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="2.048"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="4.096"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="8.192"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="16.384"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="32.768"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="+Inf"} 73 http_request_duration_seconds_sum{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 2.8986387 http_request_duration_seconds_count{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.016"} 22 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.032"} 38 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.064"} 38 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.128"} 40 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.256"} 41 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.512"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="1.024"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="2.048"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="4.096"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="8.192"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="16.384"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="32.768"} 47 http_request_duration_seconds_bucket{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="+Inf"} 47 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 1.6615402 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.008"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.016"} 181 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.032"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.064"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.128"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.256"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="0.512"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="1.024"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="2.048"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="4.096"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="8.192"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="16.384"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="32.768"} 183 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr",le="+Inf"} 183 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt"} 0.5561813999999999 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.064"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.128"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.256"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="0.512"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="1.024"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="2.048"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="4.096"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="8.192"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="16.384"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="32.768"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions"} 0.4612333 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.008"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.016"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.032"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.064"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.128"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.256"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="0.512"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="1.024"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="2.048"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="4.096"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="8.192"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="16.384"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="32.768"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions",le="+Inf"} 49 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 3.5940827000000004 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.512"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="+Inf"} 12 http_request_duration_seconds_sum{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 301.2773898 http_request_duration_seconds_count{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 5 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.064"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.128"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.256"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="0.512"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="1.024"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="2.048"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="4.096"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="8.192"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="16.384"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="32.768"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.35493559999999896 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 1616 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 1630 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 1641 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 1641 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 1641 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 1642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 1642 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund"} 0.0897408 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 2.1714221000000005 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.008"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.016"} 108 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.032"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.064"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.128"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.256"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="0.512"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="1.024"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="2.048"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="4.096"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="8.192"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="16.384"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="32.768"} 166 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions",le="+Inf"} 166 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer"} 0.0511375 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0.0044446 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.0008897999999999999 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt"} 0.0304184 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.016269 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 23 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF"} 0.26944460000000003 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund"} 0.08538219999999999 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.034460700000000004 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount"} 0.0328083 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus"} 0.0861215 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 0.0655688 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm"} 13.8028231 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}"} 0.0237759 http_request_duration_seconds_count{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 0.0030737 http_request_duration_seconds_count{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.001"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.002"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.004"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.008"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.016"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.032"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.064"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.128"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.256"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="0.512"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="1.024"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="2.048"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="4.096"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="8.192"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="16.384"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="32.768"} 2 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber",le="+Inf"} 2 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0005316 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}"} 0.0216882 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}"} 0.0350236 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0023189 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 1 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.000231 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 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate"} 0.0461233 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund"} 0.030424700000000002 http_request_duration_seconds_count{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund"} 0.0296679 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund",le="+Inf"} 1 http_request_duration_seconds_sum{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 0.0053091 http_request_duration_seconds_count{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.001"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.002"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.004"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.008"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.016"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.032"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.064"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.128"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.256"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="0.512"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="1.024"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="2.048"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="4.096"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="8.192"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="16.384"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="32.768"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",le="+Inf"} 1 http_request_duration_seconds_sum{code="405",method="OPTIONS",controller="",action="",endpoint=""} 0.0001273 http_request_duration_seconds_count{code="405",method="OPTIONS",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="405",method="OPTIONS",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="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 2005 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 2308 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 148 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 3641 http_requests_received_total{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use"} 1989 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 3368 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 1114 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 1551 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 1941 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 513 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 65 http_requests_received_total{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber"} 30 http_requests_received_total{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft"} 22 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 226 http_requests_received_total{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 181 http_requests_received_total{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 175 http_requests_received_total{code="200",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 171 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 394 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}"} 1322 http_requests_received_total{code="200",method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use"} 917 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 1928 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 153 http_requests_received_total{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 49 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 60 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 72 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 5 http_requests_received_total{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 51 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 73 http_requests_received_total{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 47 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 183 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt"} 22 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions"} 49 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 12 http_requests_received_total{code="400",method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 5 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 1642 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund"} 5 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 166 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer"} 2 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 5 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 5 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 23 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF"} 2 http_requests_received_total{code="200",method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund"} 6 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount"} 2 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus"} 4 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 2 http_requests_received_total{code="200",method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm"} 2 http_requests_received_total{code="200",method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}"} 1 http_requests_received_total{code="403",method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 2 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 1 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}"} 3 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 1 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 1 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate"} 2 http_requests_received_total{code="200",method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund"} 2 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund"} 1 http_requests_received_total{code="499",method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 1 http_requests_received_total{code="405",method="OPTIONS",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="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletDetailsByNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 0 http_requests_in_progress{method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="ConfirmUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Confirm"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}"} 0 http_requests_in_progress{method="POST",controller="GiftCard",action="UseGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 0 http_requests_in_progress{method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="ChangeWalletNumber",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/ChangeWalletNumber"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalDebt"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetGiftCardTransactionsById",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions"} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Refund"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="LinkCustomer",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/LinkCustomer"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetTotalDebt",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalDebt"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="GetTransactionsPDFReport",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Transactions/PDF"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="ValidateWalletRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:guid}/ValidateRefund"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount"} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="UpdateWalletActiveStatus",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/UpdateActiveStatus"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="ConfirmTopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Confirm"} 0 http_requests_in_progress{method="DELETE",controller="Wallet",action="DeleteWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="GiftCard",action="UpdateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/UpdateDraft/{draftId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Wallet",action="GetListByDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ByDiscount/{discountId:Guid}"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="PUT",controller="GiftCard",action="UpdateGiftCardExpiryDate",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/UpdateExpiryDate"} 0 http_requests_in_progress{method="POST",controller="GiftCard",action="ValidateGiftCardRefund",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:guid}/ValidateRefund"} 0 http_requests_in_progress{method="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund"} 0 # HELP current_requests_total Number of requests currently in progress. # TYPE current_requests_total gauge current_requests_total 0 # HELP current_requests Number of requests currently in progress. # TYPE current_requests gauge current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletListAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletTransactionsById (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetWebViewDetailsAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletDetailsByNumber (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.UseWallet (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletDetails (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletDetailsV1 (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletDetailsByNumberV1 (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetTenantWalletListAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletsTotalSoldAndBalanceAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.ValidateWalletNumber (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.CreateDraftWalletCard (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.ValidateGiftCardNumberV1 (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.CreateDraftGiftCard (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.ConfirmUseWallet (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetGiftCardsListAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetGiftCardDetails (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.UseGiftCard (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetGiftCardDetailsByNumber (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.PublishGiftCards (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetTotalSoldAndBalanceAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletSuggestions (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.ChangeWalletNumber (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetWalletTransactions (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GenerateWalletQrCode (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetTotalDebtAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetGiftCardTransactionsById (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.CancelUseWallet (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.RefundWalletPayment (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetGiftCardSuggestions (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.LinkCustomer (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetTotalDebtAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.GetTransactionsPDFReport (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.ValidateWalletRefund (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.UpdateDiscountsByOldDiscountIdAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.UpdateWalletActiveStatus (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.ExportToCSV (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.ConfirmTopUpWallet (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.DeleteWallet (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.UpdateDraftGiftCard (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.GetListByDiscountIdAsync (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.UpdateGiftCardExpiryDate (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.ValidateGiftCardRefund (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.RefundGiftCardPayment (Ancon.Wildcat.Card.Api)"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 211525 dotnet_collection_count_total{generation="1"} 71861 dotnet_collection_count_total{generation="2"} 2328 # 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 1786331187.6589844 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 9295.60483 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 21109215232 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 627490816 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1047924736 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 712 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 90 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 71373232 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 50 prometheus_net_metric_families{metric_type="gauge"} 307 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"} 151 prometheus_net_metric_instances{metric_type="gauge"} 446 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 86 # 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"} 151 prometheus_net_metric_timeseries{metric_type="gauge"} 446 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 1839 # 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 617596 # 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 502867 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges ({savechanges}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges 11640 # 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 502835 # 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 32 # 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_client_connection_state="idle"} 1 npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 48 # 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"} 2328 system_runtime_dotnet_gc_collections{gc_heap_generation="gen1"} 69533 system_runtime_dotnet_gc_collections{gc_heap_generation="gen0"} 139664 # 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 627490816 # 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 556911265672 # 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 108118016 # 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"} 237544 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen2"} 59947824 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="loh"} 31520248 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="poh"} 1171176 # 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"} 2424 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen2"} 15624104 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="loh"} 7120264 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="poh"} 303296 # 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 428.862708 # 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 17490480 # 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 480709 # 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 94.3925386 # 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 164705 # 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 6 # 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 11886736 # 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 102 # 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 297 # 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"} 6427.768375 system_runtime_dotnet_process_cpu_time{cpu_mode="system"} 2867.835414 # 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"} 540672 # 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"} 12348010496 # 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"} 293744640 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 0.7412112655987536 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 627.490816 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 71.225416 # 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 211402 # 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 71763 # 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 2325 # 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 5 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 6 # 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 164655 # 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 11885562 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 556583964480 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 102 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 24.817920067695706 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 108.118016 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 15711 # 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 428717.559 # 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 237544 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 59947824 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 31520248 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 1171176 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 297 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 17490480 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 480709 # 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 91242.0267 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 50404 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 50394 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 0 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 0 # 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 12517 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 92183 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 1586107053 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 11809166829 # 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 12523 # 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 9673 # 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 9698 # 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 2 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 21 # HELP system_net_security_tls10_sessions_open TLS 1.0 Sessions Active # TYPE system_net_security_tls10_sessions_open gauge system_net_security_tls10_sessions_open 0 # HELP system_net_security_tls11_sessions_open TLS 1.1 Sessions Active # TYPE system_net_security_tls11_sessions_open gauge system_net_security_tls11_sessions_open 0 # HELP system_net_security_tls12_sessions_open TLS 1.2 Sessions Active # TYPE system_net_security_tls12_sessions_open gauge system_net_security_tls12_sessions_open 0 # HELP system_net_security_tls13_sessions_open TLS 1.3 Sessions Active # TYPE system_net_security_tls13_sessions_open gauge system_net_security_tls13_sessions_open 21 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 0 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 0 # HELP system_net_http_http_client_active_requests ({request}) Number of outbound HTTP requests that are currently active on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_active_requests gauge system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # 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"} 491.69880019999925 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"} 46345 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"} 42035 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"} 43820 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"} 43968 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"} 46228 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"} 46280 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"} 46308 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"} 46320 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"} 46328 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"} 46336 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 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"} 46345 # 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 502867 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 502866 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 11640 # 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 11640 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate 100 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP system_runtime_dotnet_exceptions ({exception}) The number of exceptions that have been thrown in managed code. (Counter`1) # TYPE system_runtime_dotnet_exceptions gauge system_runtime_dotnet_exceptions{error_type="NpgsqlException"} 224 system_runtime_dotnet_exceptions{error_type="TypeInitializationException"} 56 # 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 129638 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 129638 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 0 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 0 # HELP microsoft_aspnetcore_server_kestrel_connections_per_second_total Connection Rate # TYPE microsoft_aspnetcore_server_kestrel_connections_per_second_total counter microsoft_aspnetcore_server_kestrel_connections_per_second_total 92183 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 92183 # HELP microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total TLS Handshake Rate # TYPE microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total counter microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total 0 # HELP microsoft_aspnetcore_server_kestrel_total_tls_handshakes Total TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_total_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_total_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_tls_handshakes Current TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_current_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_current_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_failed_tls_handshakes Failed TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_failed_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_failed_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_connections Current Connections # TYPE microsoft_aspnetcore_server_kestrel_current_connections gauge microsoft_aspnetcore_server_kestrel_current_connections 5 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP microsoft_aspnetcore_server_kestrel_kestrel_queued_connections ({connection}) Number of connections that are currently queued and are waiting to start. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_queued_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_queued_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.5.81",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.81",server_port="80"} 4 # 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="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="HEAD",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"} 81006 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 23601 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions"} 1 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{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 19 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/PrepaidWallets"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use"} 5 # 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 277905662 # 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 775450430 # 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 1221.5563212000072 npgsql_db_client_operation_duration_count{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.01"} 638404 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.02"} 642308 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.04"} 643966 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.08"} 644352 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.16"} 644548 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.32"} 644631 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.64"} 644654 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1.28"} 644665 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2.56"} 644670 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5.12"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10.24"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20.48"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="40.96"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="81.92"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="163.84"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="327.68"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="655.36"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1310.72"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2621.44"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5242.88"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10485.76"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20971.52"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="41943.04"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="83886.08"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="167772.16"} 644673 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="+Inf"} 644673 # 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"} 201.34560630000033 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"} 60208 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"} 58710 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"} 59272 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"} 60138 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 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"} 60208 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 0.40362370000000003 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.01"} 111 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.02"} 112 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.04"} 113 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.08"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.16"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.32"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.64"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1.28"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2.56"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5.12"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10.24"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20.48"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="40.96"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="81.92"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="163.84"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="327.68"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="655.36"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 114 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 114 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"} 308.84425140000053 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"} 23600 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"} 523 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"} 23242 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"} 23583 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"} 23599 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"} 23599 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 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"} 23600 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/PrepaidWallets",network_protocol_version="1.1",url_scheme="http"} 0.045011300000000004 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/PrepaidWallets",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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{api-version:apiVersion}/PrepaidWallets",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="/healthz",network_protocol_version="1.1",url_scheme="http"} 0.0029458 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{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http"} 0.0164733 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}/Transactions",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http"} 0.0106348 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/{giftCardId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http"} 0.38307820000000004 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 11 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 17 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",network_protocol_version="1.1",url_scheme="http"} 0.047741200000000004 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http"} 0.0164652 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",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="404",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http"} 0.07086780000000001 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http"} 0.10353369999999999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 # HELP microsoft_aspnetcore_server_kestrel_kestrel_connection_duration (s) The duration of connections on the server. (Histogram`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_connection_duration histogram microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_sum{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.5.81",server_port="80"} 2924383.40629874 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.81",server_port="80"} 92178 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.81",server_port="80",le="0.01"} 46106 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.81",server_port="80",le="0.02"} 46484 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.81",server_port="80",le="0.04"} 47138 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.81",server_port="80",le="0.08"} 47189 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.81",server_port="80",le="0.16"} 47189 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.81",server_port="80",le="0.32"} 47189 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.81",server_port="80",le="0.64"} 47189 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.81",server_port="80",le="1.28"} 47190 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.81",server_port="80",le="2.56"} 47192 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.81",server_port="80",le="5.12"} 47192 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.81",server_port="80",le="10.24"} 47197 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.81",server_port="80",le="20.48"} 47203 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.81",server_port="80",le="40.96"} 47207 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.81",server_port="80",le="81.92"} 88432 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.81",server_port="80",le="163.84"} 91881 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.81",server_port="80",le="327.68"} 92172 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.81",server_port="80",le="655.36"} 92178 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.81",server_port="80",le="1310.72"} 92178 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.81",server_port="80",le="2621.44"} 92178 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.81",server_port="80",le="5242.88"} 92178 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.81",server_port="80",le="10485.76"} 92178 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.81",server_port="80",le="20971.52"} 92178 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.81",server_port="80",le="41943.04"} 92178 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.81",server_port="80",le="83886.08"} 92178 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.81",server_port="80",le="167772.16"} 92178 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.81",server_port="80",le="+Inf"} 92178 # 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"} 365625344 # 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0 # HELP system_net_nameresolution_dns_lookup_duration (s) Measures the time taken to perform a DNS lookup. (Histogram`1) # TYPE system_net_nameresolution_dns_lookup_duration histogram system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com"} 0.163386 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 48 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 48 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.3344154000000001 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 85 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"} 84 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 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"} 85 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 85 # 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-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 1.6400850999999996 npgsql_db_client_connection_npgsql_create_time_count{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 50 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 55 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 55 # 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.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: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 # 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"} 0.2815233 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"} 6 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 # 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.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"} 1389.704 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"} 4 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"} 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="327.68"} 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="655.36"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 # 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="none",aspnetcore_authentication_scheme="Bearer"} 0.00018570000000000001 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.01"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.02"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.04"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.08"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.16"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.32"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="0.64"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="1.28"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="2.56"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="5.12"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="10.24"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="20.48"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="40.96"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="81.92"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="163.84"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="327.68"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="655.36"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="1310.72"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="2621.44"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="5242.88"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="10485.76"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="20971.52"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="41943.04"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="83886.08"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="167772.16"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Bearer",le="+Inf"} 13 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic"} 0.00037240000000000005 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.01"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.02"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.04"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.08"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.16"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.32"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.64"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="1.28"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="2.56"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="5.12"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="10.24"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="20.48"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="40.96"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="81.92"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="163.84"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="327.68"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="655.36"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="1310.72"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="2621.44"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="5242.88"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="10485.76"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="20971.52"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="41943.04"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="83886.08"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="167772.16"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="+Inf"} 26 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 0.0027213000000000003 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.01"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.02"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.04"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.08"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.16"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.32"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.64"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1.28"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2.56"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5.12"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10.24"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20.48"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="40.96"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="81.92"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="163.84"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="327.68"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="655.36"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1310.72"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2621.44"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5242.88"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10485.76"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20971.52"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="41943.04"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="83886.08"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="167772.16"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="+Inf"} 12 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 0.00033520000000000007 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.01"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.02"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.04"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.08"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.16"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.32"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.64"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1.28"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2.56"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5.12"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10.24"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20.48"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="40.96"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="81.92"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="163.84"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="327.68"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="655.36"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1310.72"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2621.44"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5242.88"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10485.76"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20971.52"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="41943.04"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="83886.08"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="167772.16"} 24 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="+Inf"} 24 # 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"} 25 # HELP grpc_net_client_total_calls Total Calls # TYPE grpc_net_client_total_calls gauge grpc_net_client_total_calls 4 # HELP grpc_net_client_current_calls Current Calls # TYPE grpc_net_client_current_calls gauge grpc_net_client_current_calls 0 # HELP grpc_net_client_calls_failed Total Calls Failed # TYPE grpc_net_client_calls_failed gauge grpc_net_client_calls_failed 0 # HELP grpc_net_client_calls_deadline_exceeded Total Calls Deadline Exceeded # TYPE grpc_net_client_calls_deadline_exceeded gauge grpc_net_client_calls_deadline_exceeded 0 # HELP grpc_net_client_messages_sent Total Messages Sent # TYPE grpc_net_client_messages_sent gauge grpc_net_client_messages_sent 4 # HELP grpc_net_client_messages_received Total Messages Received # TYPE grpc_net_client_messages_received gauge grpc_net_client_messages_received 4 # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_forbids ({forbid}) The total number of times an authenticated user attempts to access a resource they are not permitted to access. (Counter`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_forbids gauge # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges ({challenge}) The total number of times a scheme is challenged. (Counter`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges gauge