# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 3 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 312938 # 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"} 1330936 dotnet_gc_heap_size_bytes{gc_generation="2"} 57533928 dotnet_gc_heap_size_bytes{gc_generation="loh"} 16806128 # 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"} 123971 dotnet_gc_collection_count_total{gc_generation="1"} 55621 dotnet_gc_collection_count_total{gc_generation="2"} 1354 # 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 350926311768 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 12581447 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 273862 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 9 # HELP dotnet_threadpool_throughput_total The total number of work items that have finished execution in the thread pool # TYPE dotnet_threadpool_throughput_total counter dotnet_threadpool_throughput_total 12176303 # 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 67441 dotnet_threadpool_queue_length_count 467683 dotnet_threadpool_queue_length_bucket{le="0"} 436384 dotnet_threadpool_queue_length_bucket{le="1"} 447496 dotnet_threadpool_queue_length_bucket{le="10"} 467652 dotnet_threadpool_queue_length_bucket{le="100"} 467683 dotnet_threadpool_queue_length_bucket{le="1000"} 467683 dotnet_threadpool_queue_length_bucket{le="+Inf"} 467683 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 51 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.0.0",target_framework=".NETCoreApp,Version=v8.0",runtime_version=".NET 8.0.22",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Workstation"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 1 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 1.7448228350526365 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 588.345344 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 66.998712 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 0 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 0 # HELP runtime_gc_gen2_count GC Count (Gen 2) # TYPE runtime_gc_gen2_count gauge runtime_gc_gen2_count 0 # HELP runtime_threadpool_threads_total ThreadPool Thread Count # TYPE runtime_threadpool_threads_total gauge runtime_threadpool_threads_total 9 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 0 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 1 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 33 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 1382592 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 51 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 14.543396350016465 # 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 1330936 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 57533928 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 16806128 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 1021080 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 300 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 12581447 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 273862 # 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 84508 # 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 11 # 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 11 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 11 # 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 309461 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 11 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 8821 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 1 # 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 0 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 55379 # 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 80443 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 1 # HELP http_client_requests_aborted_total Total Requests Aborted # TYPE http_client_requests_aborted_total gauge http_client_requests_aborted_total 0 # HELP http_client_requests_aborted_per_second Requests Failed Rate # TYPE http_client_requests_aborted_per_second gauge http_client_requests_aborted_per_second 0 # HELP http_client_requests_current_total Current Requests # TYPE http_client_requests_current_total gauge http_client_requests_current_total 1 # HELP http_client_http11_connections_current_total Current Http 1.1 Connections # TYPE http_client_http11_connections_current_total gauge http_client_http11_connections_current_total 2 # HELP http_client_http20_connections_current_total Current Http 2.0 Connections # TYPE http_client_http20_connections_current_total gauge http_client_http20_connections_current_total 1 # HELP http_client_http11_requests_queue_duration_milliseconds HTTP 1.1 Requests Queue Duration # TYPE http_client_http11_requests_queue_duration_milliseconds gauge http_client_http11_requests_queue_duration_milliseconds 0 # HELP http_client_http20_requests_queue_duration_milliseconds HTTP 2.0 Requests Queue Duration # TYPE http_client_http20_requests_queue_duration_milliseconds gauge http_client_http20_requests_queue_duration_milliseconds 0 # HELP net_security_tls_handshakes_per_second TLS handshakes completed # TYPE net_security_tls_handshakes_per_second gauge net_security_tls_handshakes_per_second 0 # HELP net_security_tls_handshakes_total Total TLS handshakes completed # TYPE net_security_tls_handshakes_total gauge net_security_tls_handshakes_total 8110 # HELP net_security_tls_handshakes_current_total Current TLS handshakes # TYPE net_security_tls_handshakes_current_total gauge net_security_tls_handshakes_current_total 1 # HELP net_security_tls_handshakes_failed_total Total TLS handshakes failed # TYPE net_security_tls_handshakes_failed_total gauge net_security_tls_handshakes_failed_total 1 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 24 # HELP net_security_tls_10_sessions_total TLS 1.0 Sessions Active # TYPE net_security_tls_10_sessions_total gauge net_security_tls_10_sessions_total 1 # HELP net_security_tls_11_sessions_total TLS 1.1 Sessions Active # TYPE net_security_tls_11_sessions_total gauge net_security_tls_11_sessions_total 1 # HELP net_security_tls_12_sessions_total TLS 1.2 Sessions Active # TYPE net_security_tls_12_sessions_total gauge net_security_tls_12_sessions_total 1 # HELP net_security_tls_13_sessions_total TLS 1.3 Sessions Active # TYPE net_security_tls_13_sessions_total gauge net_security_tls_13_sessions_total 24 # HELP net_security_handshakes_duration_milliseconds TLS Handshake Duration # TYPE net_security_handshakes_duration_milliseconds gauge net_security_handshakes_duration_milliseconds 0 # HELP net_security_handshakes_tls10_duration_milliseconds TLS 1.0 Handshake Duration # TYPE net_security_handshakes_tls10_duration_milliseconds gauge net_security_handshakes_tls10_duration_milliseconds 0 # HELP net_security_handshakes_tls11_duration_milliseconds TLS 1.1 Handshake Duration # TYPE net_security_handshakes_tls11_duration_milliseconds gauge net_security_handshakes_tls11_duration_milliseconds 0 # HELP net_security_handshakes_tls12_duration_milliseconds TLS 1.2 Handshake Duration # TYPE net_security_handshakes_tls12_duration_milliseconds gauge net_security_handshakes_tls12_duration_milliseconds 0 # HELP net_security_handshakes_tls13_duration_milliseconds TLS 1.3 Handshake Duration # TYPE net_security_handshakes_tls13_duration_milliseconds gauge net_security_handshakes_tls13_duration_milliseconds 0 # HELP net_dns_lookups_requested_total DNS Lookups Requested # TYPE net_dns_lookups_requested_total gauge net_dns_lookups_requested_total 8606 # 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 8597 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 55380 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 1030112197 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 7639424917 # 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 1 # HELP efcore_savechanges_count Number of savechanges done # TYPE efcore_savechanges_count counter efcore_savechanges_count 8821 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 158006.45899999997 # 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"} 768837 efcore_savechanges_counts_by_states{state="Deleted"} 2966 efcore_savechanges_counts_by_states{state="Modified"} 7501 efcore_savechanges_counts_by_states{state="Added"} 18674 # 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 498026 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 1 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 13 # 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="IdentityUserDto"} 8147 mongodbcollection_count{Name="AdminUserDto"} 7961 mongodbcollection_count{Name="TenantUserDto"} 7961 mongodbcollection_count{Name="CustomerDto"} 14427 mongodbcollection_count{Name="DiscountDto"} 6023 mongodbcollection_count{Name="ProductGroupDto"} 1192 mongodbcollection_count{Name="GiftCardAddOnDto"} 2343 mongodbcollection_count{Name="OutletClientDto"} 266 mongodbcollection_count{Name="PrinterDto"} 266 mongodbcollection_count{Name="MongoDbPermissionUser"} 20 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="IdentityUserDto"} 134796 mongodbcollection_time{Name="AdminUserDto"} 69814 mongodbcollection_time{Name="TenantUserDto"} 60153 mongodbcollection_time{Name="CustomerDto"} 122449 mongodbcollection_time{Name="DiscountDto"} 59891 mongodbcollection_time{Name="ProductGroupDto"} 11311 mongodbcollection_time{Name="GiftCardAddOnDto"} 24227 mongodbcollection_time{Name="OutletClientDto"} 474 mongodbcollection_time{Name="PrinterDto"} 1593 mongodbcollection_time{Name="MongoDbPermissionUser"} 1505 # 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 1 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure 0 # HELP lockmanager_pending_requests Generic gauge for lockmanager_pending_requests # TYPE lockmanager_pending_requests gauge lockmanager_pending_requests 0 # HELP lockmanager_tcp_connections Generic gauge for lockmanager_tcp_connections # TYPE lockmanager_tcp_connections gauge lockmanager_tcp_connections 10 # HELP lockmanager_container_locks Generic gauge for lockmanager_container_locks # TYPE lockmanager_container_locks gauge lockmanager_container_locks 0 # HELP lockmanager_total_requests Generic counter for lockmanager_total_requests # TYPE lockmanager_total_requests counter lockmanager_total_requests 140 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 92217 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 3 # 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 89917 # 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 895420 # 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="check"} 716343 messagequeue_consumed_topics_count{topic="order"} 171214 messagequeue_consumed_topics_count{topic="checkout"} 4586 messagequeue_consumed_topics_count{topic="customer"} 2663 messagequeue_consumed_topics_count{topic="integration"} 463 messagequeue_consumed_topics_count{topic="outlet"} 148 messagequeue_consumed_topics_count{topic="tenant"} 3 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 8019534.520799659 # 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"} 7001122.329800231 messagequeue_consume_handle_topics_time{topic="order"} 766465.5030999979 messagequeue_consume_handle_topics_time{topic="checkout"} 142861.6869000001 messagequeue_consume_handle_topics_time{topic="customer"} 102507.76939999992 messagequeue_consume_handle_topics_time{topic="integration"} 1759.2629000000024 messagequeue_consume_handle_topics_time{topic="outlet"} 8284.468599999998 messagequeue_consume_handle_topics_time{topic="tenant"} 262.4073 # HELP messagequeue_consume_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox # TYPE messagequeue_consume_failure_count counter messagequeue_consume_failure_count 0 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter # HELP 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="204",method="OPTIONS",controller="",action="",endpoint=""} 0.2554331 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 1269 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 1271 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 1291 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 1295 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 1297 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 1297 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.05235180000000001 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 83 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 83 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 84 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 84 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 84 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 85 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 85 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 30.9500733 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 783 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"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.008"} 404 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.016"} 621 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.032"} 726 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.064"} 738 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.128"} 751 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.256"} 764 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="0.512"} 766 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="1.024"} 776 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="2.048"} 782 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="4.096"} 783 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="8.192"} 783 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="16.384"} 783 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="32.768"} 783 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets",le="+Inf"} 783 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"} 35.13679070000001 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"} 773 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"} 3 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"} 469 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"} 681 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"} 723 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"} 732 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"} 743 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"} 751 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"} 770 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"} 773 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"} 773 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"} 773 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"} 773 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"} 773 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"} 773 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}"} 192.43977539999986 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}"} 3081 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"} 1839 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"} 2776 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"} 2835 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"} 2863 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"} 2909 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"} 2966 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"} 3044 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"} 3079 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"} 3081 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"} 3081 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"} 3081 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"} 3081 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"} 3081 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 40.43970779999998 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 298 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"} 26 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"} 60 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"} 99 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"} 121 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"} 185 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"} 266 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"} 283 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"} 295 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"} 298 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"} 298 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"} 298 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"} 298 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"} 298 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"} 298 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"} 82.13403030000002 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"} 1450 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"} 102 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"} 1086 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"} 1323 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"} 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.128"} 1356 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"} 1369 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"} 1392 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"} 1440 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"} 1450 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"} 1450 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"} 1450 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"} 1450 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"} 1450 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"} 1450 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 41.20813499999998 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 727 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"} 62 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"} 288 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"} 500 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"} 672 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"} 687 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"} 696 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"} 705 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"} 723 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"} 727 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"} 727 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"} 727 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"} 727 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"} 727 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"} 727 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 3.7824636 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 52 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"} 6 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"} 23 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"} 43 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"} 46 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"} 50 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"} 50 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"} 52 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"} 52 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"} 52 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"} 52 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"} 52 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"} 52 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"} 52 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 178.06202470000025 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 3415 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"} 2 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"} 2482 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"} 3062 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"} 3173 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"} 3198 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"} 3257 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"} 3304 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"} 3394 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"} 3412 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"} 3415 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"} 3415 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"} 3415 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"} 3415 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"} 3415 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 223.0327005000001 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 1677 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"} 497 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"} 946 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"} 1010 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"} 1021 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"} 1231 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"} 1492 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"} 1588 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"} 1633 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"} 1670 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"} 1676 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"} 1677 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"} 1677 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"} 1677 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"} 1677 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"} 173.53697560000012 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"} 691 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"} 174 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"} 323 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"} 327 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"} 330 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"} 331 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"} 463 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"} 616 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"} 663 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"} 683 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"} 691 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"} 691 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"} 691 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"} 691 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"} 691 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.38775729999999986 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber"} 26 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"} 12 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"} 19 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"} 24 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"} 25 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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.167621 http_request_duration_seconds_count{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft"} 17 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"} 4 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"} 16 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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.0288995 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="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 4.724018699999999 http_request_duration_seconds_count{code="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 78 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"} 37 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"} 64 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"} 71 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"} 72 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"} 74 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"} 76 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"} 76 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"} 76 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 1.7358076000000007 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 42 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"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.016"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.032"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.064"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.128"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.256"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="0.512"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="1.024"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="2.048"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="4.096"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="8.192"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="16.384"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="32.768"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions",le="+Inf"} 42 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.6530962999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 19 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"} 5 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"} 9 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"} 12 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"} 14 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"} 17 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"} 18 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"} 18 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 120.9129831 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 1755 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"} 549 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"} 1369 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"} 1526 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"} 1548 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"} 1594 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"} 1643 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"} 1683 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"} 1732 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"} 1751 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"} 1755 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"} 1755 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"} 1755 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"} 1755 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"} 1755 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 7.9330013 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 31 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"} 5 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"} 14 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"} 18 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"} 25 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"} 25 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"} 26 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"} 26 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"} 27 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 9.617732800000006 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 142 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"} 61 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"} 123 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"} 131 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"} 132 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"} 132 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"} 133 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"} 133 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"} 141 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"} 142 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"} 142 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"} 142 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"} 142 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"} 142 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"} 142 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 8.846501799999997 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 196 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"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.016"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.032"} 176 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.064"} 180 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.128"} 187 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.256"} 189 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="0.512"} 190 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="1.024"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="2.048"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="4.096"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="8.192"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="16.384"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="32.768"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView",le="+Inf"} 196 http_request_duration_seconds_sum{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 96.83881129999989 http_request_duration_seconds_count{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 1209 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"} 13 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"} 1001 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"} 1078 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"} 1089 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"} 1097 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"} 1109 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"} 1142 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"} 1183 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"} 1208 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"} 1209 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"} 1209 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"} 1209 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"} 1209 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"} 1209 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 92.37765179999997 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 742 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"} 225 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"} 596 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"} 649 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"} 660 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"} 668 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"} 683 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"} 709 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"} 735 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"} 742 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"} 742 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"} 742 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"} 742 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"} 742 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}"} 145.49720670000008 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}"} 908 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"} 56 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"} 277 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"} 290 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"} 291 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"} 293 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"} 570 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"} 811 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"} 856 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"} 886 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"} 906 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"} 908 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"} 908 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"} 908 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"} 908 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"} 908 http_request_duration_seconds_sum{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 5.609303400000001 http_request_duration_seconds_count{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 48 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"} 4 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"} 26 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"} 39 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"} 44 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"} 46 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"} 48 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"} 48 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"} 48 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"} 48 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"} 48 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"} 6.208429200000001 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"} 99 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"} 71 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"} 88 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"} 91 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"} 94 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"} 95 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"} 95 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"} 95 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"} 98 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"} 98 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"} 99 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"} 99 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"} 99 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"} 99 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"} 99 http_request_duration_seconds_sum{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 2.4778674 http_request_duration_seconds_count{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 138 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"} 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.016"} 124 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"} 128 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"} 131 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"} 135 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 13.4333623 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"} 16 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"} 7 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"} 15 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 2444.845502200001 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 136 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"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 12 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"} 86 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"} 125 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"} 136 http_request_duration_seconds_sum{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 4.4943446 http_request_duration_seconds_count{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 2 http_request_duration_seconds_bucket{code="400",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="400",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="400",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="400",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="400",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="400",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="400",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="400",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="400",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="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="0.512"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="1.024"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="4.096"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="8.192"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="16.384"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="32.768"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel",le="+Inf"} 2 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"} 3.0561776 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"} 3 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"} 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.032"} 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.064"} 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.128"} 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.256"} 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.512"} 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="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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 1.8630795000000002 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.512"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="1.024"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="2.048"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="4.096"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="8.192"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="16.384"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="32.768"} 11 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="+Inf"} 11 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"} 2.3051551999999993 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"} 18 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"} 7 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"} 15 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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.045691600000000006 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"} 5 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"} 4 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"} 4 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_sum{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 0.045616699999999996 http_request_duration_seconds_count{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 3 http_request_duration_seconds_bucket{code="404",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="404",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="404",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="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.015501800000000001 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 21 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.0037838000000000004 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 13 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund"} 2.5024126 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/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/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/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/Refund",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund",le="+Inf"} 2 http_request_duration_seconds_sum{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 250.8269264 http_request_duration_seconds_count{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 4 http_request_duration_seconds_bucket{code="499",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="499",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="499",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="499",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="499",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="499",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="499",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="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.128"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.256"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="0.512"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="1.024"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="2.048"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="4.096"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="8.192"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="16.384"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="32.768"} 0 http_request_duration_seconds_bucket{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp"} 86.71445779999999 http_request_duration_seconds_count{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="4.096"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp",le="+Inf"} 5 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.7444431 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"} 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.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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+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.3791676 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"} 6 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"} 2 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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.3731989 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"} 4 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"} 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.128"} 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.256"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0024799999999999996 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 9 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 9 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0013272 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 7 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 7 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.048085 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"} 3 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"} 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.016"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel"} 0.7190568 http_request_duration_seconds_count{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel",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.0276795 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}"} 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.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"} 1 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"} 1 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"} 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.064"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 2 http_request_duration_seconds_sum{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 0.004189 http_request_duration_seconds_count{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.002"} 0 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.004"} 0 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards"} 0.0455989 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 0.0392033 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.00027749999999999997 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 2 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.0232258 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="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 0.0211426 http_request_duration_seconds_count{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 4 http_request_duration_seconds_bucket{code="400",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="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.002"} 3 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.004"} 3 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.008"} 3 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.016"} 3 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.032"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.064"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.128"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.256"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="0.512"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="1.024"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="2.048"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="4.096"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="8.192"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="16.384"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="32.768"} 4 http_request_duration_seconds_bucket{code="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish"} 0.0241502 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish",le="+Inf"} 3 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.041028800000000004 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"} 2 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"} 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.016"} 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.032"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV"} 0.0673382 http_request_duration_seconds_count{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV",le="+Inf"} 1 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.0283573 http_request_duration_seconds_count{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 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.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"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+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="204",method="OPTIONS",controller="",action="",endpoint=""} 1297 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 85 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletList",endpoint="api/v{api-version:apiVersion}/PrepaidWallets"} 783 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"} 773 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}"} 3081 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 298 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"} 1450 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 727 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/TotalSoldAndBalance"} 52 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 3415 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 1677 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"} 691 http_requests_received_total{code="200",method="GET",controller="Wallet",action="ValidateWalletNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/ValidateNumber"} 26 http_requests_received_total{code="201",method="POST",controller="Wallet",action="CreateDraftWalletCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/CreateDraft"} 17 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="404",method="GET",controller="Wallet",action="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 78 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletTransactions",endpoint="api/v{api-version:apiVersion}/PrepaidWalletTransactions"} 42 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 19 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="ValidateGiftCardNumberV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber"} 1755 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 31 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Suggestions"} 142 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 196 http_requests_received_total{code="201",method="POST",controller="GiftCard",action="CreateDraftGiftCard",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft"} 1209 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 742 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}"} 908 http_requests_received_total{code="204",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 48 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"} 99 http_requests_received_total{code="200",method="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 138 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 16 http_requests_received_total{code="200",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 136 http_requests_received_total{code="400",method="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 2 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"} 3 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 11 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"} 18 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"} 5 http_requests_received_total{code="404",method="GET",controller="GiftCard",action="GetGiftCardDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardNumber}"} 3 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 21 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 13 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund"} 2 http_requests_received_total{code="499",method="POST",controller="Wallet",action="UseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use"} 4 http_requests_received_total{code="200",method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp"} 5 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"} 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"} 6 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"} 4 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 9 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 7 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"} 3 http_requests_received_total{code="200",method="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel"} 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}"} 2 http_requests_received_total{code="401",method="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 1 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards"} 2 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 3 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 2 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="400",method="PUT",controller="GiftCard",action="PublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish"} 4 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish"} 3 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"} 2 http_requests_received_total{code="200",method="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV"} 1 http_requests_received_total{code="200",method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 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="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 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="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="GetTenantWalletList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets"} 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="GiftCard",action="GetGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards"} 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="GetWalletDetailsByNumber",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}"} 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="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="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="PUT",controller="Wallet",action="UpdateDiscountsByOldDiscountId",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/UpdateDiscount"} 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="GetWalletSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Suggestions"} 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="GET",controller="Wallet",action="GetWalletsTotalSoldAndBalance",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/TotalSoldAndBalance"} 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="GET",controller="GiftCard",action="GetWebViewDetails",endpoint="api/v{api-version:apiVersion}/GiftCards/WebView"} 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="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="GetGiftCardDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}"} 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="GET",controller="Wallet",action="GenerateWalletQrCode",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Qr"} 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="PUT",controller="Wallet",action="CancelUseWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/Use/Cancel"} 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="PUT",controller="GiftCard",action="ResendGiftCard",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Resend"} 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="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="PUT",controller="Wallet",action="RefundWalletPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/Refund"} 0 http_requests_in_progress{method="POST",controller="Wallet",action="TopUpWallet",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp"} 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="PUT",controller="GiftCard",action="RefundGiftCardPayment",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/{giftCardId:Guid}/Refund"} 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="HEAD",controller="",action="",endpoint=""} 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="PUT",controller="Wallet",action="CancelWalletTopUp",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/PrepaidWallets/TopUp/Cancel"} 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="GiftCard",action="GetActiveGiftCardsList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/ActiveGiftCards"} 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="PUT",controller="GiftCard",action="UnPublishGiftCards",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UnPublish"} 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="PUT",controller="GiftCard",action="UploadCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/UploadCSV"} 0 http_requests_in_progress{method="GET",controller="GiftCard",action="ExportToCSV",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/CSV"} 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.WalletController.GetWalletDetails (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.UseWallet (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.GetTotalSoldAndBalanceAsync (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.GiftCardController.GetGiftCardDetailsByNumber (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.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.WalletController.UpdateDiscountsByOldDiscountIdAsync (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.GetWalletSuggestions (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.WalletController.GetWalletsTotalSoldAndBalanceAsync (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.GiftCardController.GetWebViewDetailsAsync (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.GiftCardController.PublishGiftCards (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.GetGiftCardTransactionsById (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.WalletController.CancelUseWallet (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.GiftCardController.ResendGiftCard (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.WalletController.RefundWalletPayment (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.WalletController.TopUpWallet (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.RefundGiftCardPayment (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.CancelWalletTopUp (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.GetActiveGiftCardsListAsync (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.GiftCardController.UnPublishGiftCards (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.UploadCSV (Ancon.Wildcat.Card.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Card.Api.Controllers.V1.GiftCardController.ExportToCSV (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"} 123972 dotnet_collection_count_total{generation="1"} 55621 dotnet_collection_count_total{generation="2"} 1354 # 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 1765859029.2596557 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6357.37 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 21837127680 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 588345344 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1065680896 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 723 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 97 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 67544336 # 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"} 241 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 10 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 140 prometheus_net_metric_instances{metric_type="gauge"} 368 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 89 # 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"} 140 prometheus_net_metric_timeseries{metric_type="gauge"} 368 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 1941 # 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 377328 # HELP prometheus_net_eventcounteradapter_sources_connected_total Number of event sources that are currently connected to the adapter. # TYPE prometheus_net_eventcounteradapter_sources_connected_total gauge prometheus_net_eventcounteradapter_sources_connected_total 7 # HELP prometheus_net_meteradapter_instruments_connected Number of instruments that are currently connected to the adapter. # TYPE prometheus_net_meteradapter_instruments_connected gauge prometheus_net_meteradapter_instruments_connected 31 # HELP npgsql_db_client_connections_usage ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_usage gauge npgsql_db_client_connections_usage{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",state="idle"} 1 npgsql_db_client_connections_usage{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",state="used"} 0 # HELP npgsql_db_client_connections_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_max gauge npgsql_db_client_connections_max{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 48 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.7448228350526365 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 588.345344 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 66.998712 # 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 123818 # 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 55563 # 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 1350 # 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 9 # HELP system_runtime_monitor_lock_contention_count_total Monitor Lock Contention Count # TYPE system_runtime_monitor_lock_contention_count_total counter system_runtime_monitor_lock_contention_count_total 312604 # 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 12015816 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 350576236616 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 51 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 14.543396350016465 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 84.35712 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 15049 # 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 370115.262 # 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 1330936 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 57533928 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 16806128 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 1021080 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 300 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 12581447 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 273862 # 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 42407.857800000005 # HELP system_net_http_http_client_active_requests ({request}) Number of outbound HTTP requests that are currently active on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_active_requests gauge system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="GET",server_address="live.mvoucher.se",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="GET",server_address="securetoken.google.com",url_scheme="https"} 0 # HELP system_net_http_http_client_request_duration (s) The duration of outbound HTTP requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 3121.025107499989 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"} 76018 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"} 9442 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"} 62655 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"} 70271 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"} 71647 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"} 73256 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"} 73891 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"} 74678 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"} 75897 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"} 76005 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 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"} 76018 system_net_http_http_client_request_duration_sum{error_type="429",http_request_method="POST",http_response_status_code="429",network_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.0564327 system_net_http_http_client_request_duration_count{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 13 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_bucket{error_type="429",http_request_method="POST",http_response_status_code="429",network_protocol_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"} 14 system_net_http_http_client_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 0.127632 system_net_http_http_client_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.04"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.08"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.031262 system_net_http_http_client_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 2 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 80443 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 80417 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 43 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 43 # HELP system_net_http_current_requests Current Requests # TYPE system_net_http_current_requests gauge system_net_http_current_requests 0 # HELP system_net_http_http11_connections_current_total Current Http 1.1 Connections # TYPE system_net_http_http11_connections_current_total gauge system_net_http_http11_connections_current_total 2 # HELP system_net_http_http20_connections_current_total Current Http 2.0 Connections # TYPE system_net_http_http20_connections_current_total gauge system_net_http_http20_connections_current_total 0 # HELP system_net_http_http30_connections_current_total Current Http 3.0 Connections # TYPE system_net_http_http30_connections_current_total gauge system_net_http_http30_connections_current_total 0 # HELP system_net_http_http11_requests_queue_duration (ms) HTTP 1.1 Requests Queue Duration # TYPE system_net_http_http11_requests_queue_duration gauge system_net_http_http11_requests_queue_duration 0 # HELP system_net_http_http20_requests_queue_duration (ms) HTTP 2.0 Requests Queue Duration # TYPE system_net_http_http20_requests_queue_duration gauge system_net_http_http20_requests_queue_duration 0 # HELP system_net_http_http30_requests_queue_duration (ms) HTTP 3.0 Requests Queue Duration # TYPE system_net_http_http30_requests_queue_duration gauge system_net_http_http30_requests_queue_duration 0 # HELP system_net_sockets_current_outgoing_connect_attempts Current Outgoing Connect Attempts # TYPE system_net_sockets_current_outgoing_connect_attempts gauge system_net_sockets_current_outgoing_connect_attempts 0 # HELP system_net_sockets_outgoing_connections_established Outgoing Connections Established # TYPE system_net_sockets_outgoing_connections_established gauge system_net_sockets_outgoing_connections_established 8597 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 55380 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 1030112197 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 7639424917 # 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 8606 # 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 8081 # 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 8110 # HELP system_net_security_current_tls_handshakes Current TLS handshakes # TYPE system_net_security_current_tls_handshakes gauge system_net_security_current_tls_handshakes 0 # HELP system_net_security_failed_tls_handshakes Total TLS handshakes failed # TYPE system_net_security_failed_tls_handshakes gauge system_net_security_failed_tls_handshakes 0 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 24 # HELP system_net_security_tls10_sessions_open TLS 1.0 Sessions Active # TYPE system_net_security_tls10_sessions_open gauge system_net_security_tls10_sessions_open 0 # HELP system_net_security_tls11_sessions_open TLS 1.1 Sessions Active # TYPE system_net_security_tls11_sessions_open gauge system_net_security_tls11_sessions_open 0 # HELP system_net_security_tls12_sessions_open TLS 1.2 Sessions Active # TYPE system_net_security_tls12_sessions_open gauge system_net_security_tls12_sessions_open 0 # HELP system_net_security_tls13_sessions_open TLS 1.3 Sessions Active # TYPE system_net_security_tls13_sessions_open gauge system_net_security_tls13_sessions_open 24 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 0 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 0 # HELP microsoft_entityframeworkcore_active_db_contexts Active DbContexts # TYPE microsoft_entityframeworkcore_active_db_contexts gauge microsoft_entityframeworkcore_active_db_contexts 1 # HELP microsoft_entityframeworkcore_total_queries Queries (Total) # TYPE microsoft_entityframeworkcore_total_queries gauge microsoft_entityframeworkcore_total_queries 309461 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 309460 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 8821 # 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 8821 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate 100 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP microsoft_aspnetcore_hosting_requests_per_second_total Request Rate # TYPE microsoft_aspnetcore_hosting_requests_per_second_total counter microsoft_aspnetcore_hosting_requests_per_second_total 84504 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 84508 # 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 1 # 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 55375 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 55379 # 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 npgsql_db_client_commands_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_commands_executing gauge npgsql_db_client_commands_executing{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0 # HELP npgsql_db_client_commands_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_commands_bytes_written gauge npgsql_db_client_commands_bytes_written{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 177993322 # HELP npgsql_db_client_commands_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_commands_bytes_read gauge npgsql_db_client_commands_bytes_read{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 448421245 # HELP npgsql_db_client_commands_duration (s) The duration of database commands, in seconds. (Histogram`1) # TYPE npgsql_db_client_commands_duration histogram npgsql_db_client_commands_duration_sum{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 6084.009688500072 npgsql_db_client_commands_duration_count{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 381326 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 384245 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 385496 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 386994 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 389720 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 392064 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 395498 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 398574 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 398740 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 398740 # HELP microsoft_aspnetcore_server_kestrel_kestrel_queued_connections ({connection}) Number of connections that are currently queued and are waiting to start. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_queued_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_queued_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80"} 0 # HELP microsoft_aspnetcore_server_kestrel_kestrel_active_connections ({connection}) Number of connections that are currently active on the server. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_active_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_active_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80"} 6 # 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="PUT",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="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"} 48956 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 15586 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"} 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}/GiftCards/WebView"} 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/{walletId:Guid}"} 4 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/Publish"} 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/CreateDraft"} 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/{walletNumber}"} 11 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/ValidateNumber"} 5 # 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"} 984.2365170999947 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"} 39806 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"} 37068 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"} 37985 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"} 38449 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"} 38502 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"} 38774 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"} 38905 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"} 39194 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"} 39693 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"} 39798 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 39806 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"} 9.5741788 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"} 293 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"} 274 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"} 280 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"} 283 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"} 284 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"} 284 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"} 285 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"} 286 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"} 291 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 293 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"} 660.1240952000019 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"} 15585 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"} 325 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"} 14443 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"} 14738 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"} 14910 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"} 14979 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"} 15042 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"} 15218 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"} 15559 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"} 15584 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 15585 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"} 1.4868270000000001 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"} 2 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"} 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}/PrepaidWallets/{walletId: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}/PrepaidWallets/{walletId: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}/PrepaidWallets/{walletId: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}/PrepaidWallets/{walletId: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}/PrepaidWallets/{walletId: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}/PrepaidWallets/{walletId: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}/PrepaidWallets/{walletId:Guid}/Use",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/GiftCards/WebView",network_protocol_version="1.1",url_scheme="http"} 0.0122996 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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}/GiftCards/WebView",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.0558145 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"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId: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"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http"} 0.0385003 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/Publish",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http"} 0.0270187 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",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="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/GiftCards/CreateDraft",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http"} 0.22459259999999998 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"} 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.01"} 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/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/PrepaidWallets/{walletNumber}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 10 microsoft_aspnetcore_hosting_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"} 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.16"} 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.32"} 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.64"} 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="1.28"} 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="2.56"} 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="5.12"} 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="10.24"} 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="20.48"} 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="40.96"} 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="81.92"} 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="163.84"} 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="327.68"} 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="655.36"} 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="1310.72"} 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="2621.44"} 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="5242.88"} 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="10485.76"} 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="20971.52"} 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="41943.04"} 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="83886.08"} 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="167772.16"} 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="+Inf"} 11 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/ValidateNumber",network_protocol_version="1.1",url_scheme="http"} 0.6161876 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/ValidateNumber",network_protocol_version="1.1",url_scheme="http"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",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/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",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}/GiftCards/ValidateNumber",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}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="0.16"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="0.32"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/GiftCards/ValidateNumber",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 0.0007293 microsoft_aspnetcore_hosting_http_server_request_duration_count{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 # HELP microsoft_aspnetcore_server_kestrel_kestrel_connection_duration (s) The duration of connections on the server. (Histogram`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_connection_duration histogram microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_sum{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80"} 1775369.4002913174 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_count{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.01"} 28925 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.02"} 29730 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.04"} 30155 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.08"} 30198 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.16"} 30408 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.32"} 30509 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="0.64"} 30735 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="1.28"} 31089 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="2.56"} 31171 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="5.12"} 31176 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="10.24"} 31184 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="20.48"} 31191 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="40.96"} 31201 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="81.92"} 51253 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="163.84"} 54592 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="327.68"} 55274 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="655.36"} 55369 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="1310.72"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="2621.44"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="5242.88"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="10485.76"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="20971.52"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="41943.04"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="83886.08"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="167772.16"} 55371 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.3.152",server_port="80",le="+Inf"} 55371 # HELP npgsql_db_client_commands_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_commands_prepared_ratio gauge npgsql_db_client_commands_prepared_ratio{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;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="securetoken.google.com"} 0.0031804 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="securetoken.google.com"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.01"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.02"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.32"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.64"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1.28"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2.56"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5.12"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10.24"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20.48"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="40.96"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="81.92"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="163.84"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="327.68"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="655.36"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1310.72"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2621.44"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5242.88"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10485.76"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20971.52"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="41943.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="83886.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="167772.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="+Inf"} 2 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com"} 0.0075804 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.01"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.02"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.32"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="0.64"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="1.28"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="2.56"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="5.12"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="10.24"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="20.48"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="40.96"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="81.92"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="163.84"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="327.68"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="655.36"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="1310.72"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="2621.44"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="5242.88"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="10485.76"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="20971.52"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="41943.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="83886.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="167772.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="production-mongodb-0ae3d5e1.mongo.ondigitalocean.com",le="+Inf"} 1 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.13513160000000002 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 42 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"} 40 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 42 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="live.mvoucher.se"} 0.017219 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="live.mvoucher.se"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.01"} 0 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.02"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.32"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="0.64"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="1.28"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="2.56"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="5.12"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="10.24"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="20.48"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="40.96"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="81.92"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="163.84"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="327.68"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="655.36"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="1310.72"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="2621.44"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="5242.88"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="10485.76"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="20971.52"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="41943.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="83886.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="167772.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="live.mvoucher.se",le="+Inf"} 1 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com"} 0.0600529 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-card-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 19 # 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.133",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.199",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.199",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.133",network_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:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",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"} 1.3812152 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"} 13 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"} 1 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"} 1 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"} 1 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"} 2 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"} 12 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 system_net_http_http_client_request_time_in_queue_sum{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 0.0890872 system_net_http_http_client_request_time_in_queue_count{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.04"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.08"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_request_time_in_queue_sum{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.014691599999999999 system_net_http_http_client_request_time_in_queue_count{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 2 # HELP npgsql_db_client_connections_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connections_create_time histogram npgsql_db_client_connections_create_time_sum{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0.3569006 npgsql_db_client_connections_create_time_count{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 7 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 11 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 11 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 12 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-card-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=card;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 12 # 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.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 360.532 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.157",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 0.036 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.32"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="0.64"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="1.28"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="2.56"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="5.12"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="10.24"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="20.48"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="40.96"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="81.92"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="163.84"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="327.68"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:13.49.88.185",network_protocol_version="1.1",server_address="live.mvoucher.se",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 74.992 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.251.36.14",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 1 # HELP microsoftidentitymodel_meter_identitymodelconfigurationmanager Counter capturing configuration manager operations. (Counter`1) # TYPE microsoftidentitymodel_meter_identitymodelconfigurationmanager gauge microsoftidentitymodel_meter_identitymodelconfigurationmanager{identitymodelversion="8.7.0.0",metadataaddress="https://securetoken.google.com/leen-61727/.well-known/openid-configuration",operationstatus="LastKnownGood"} 304 # HELP grpc_net_client_total_calls Total Calls # TYPE grpc_net_client_total_calls gauge grpc_net_client_total_calls 11 # 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 11 # HELP grpc_net_client_messages_received Total Messages Received # TYPE grpc_net_client_messages_received gauge grpc_net_client_messages_received 11