# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 23937 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 1495033 # 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 4499997696 # 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"} 1201384 dotnet_gc_heap_size_bytes{gc_generation="2"} 88672144 dotnet_gc_heap_size_bytes{gc_generation="loh"} 32732896 # 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"} 202749 dotnet_gc_collection_count_total{gc_generation="1"} 143564 dotnet_gc_collection_count_total{gc_generation="2"} 4007 # 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 6291829331000 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 238781716 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 9712189 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 6 # HELP dotnet_threadpool_throughput_total The total number of work items that have finished execution in the thread pool # TYPE dotnet_threadpool_throughput_total counter dotnet_threadpool_throughput_total 174629469 # 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 16698 dotnet_threadpool_queue_length_count 894797 dotnet_threadpool_queue_length_bucket{le="0"} 882251 dotnet_threadpool_queue_length_bucket{le="1"} 893504 dotnet_threadpool_queue_length_bucket{le="10"} 894769 dotnet_threadpool_queue_length_bucket{le="100"} 894784 dotnet_threadpool_queue_length_bucket{le="1000"} 894797 dotnet_threadpool_queue_length_bucket{le="+Inf"} 894797 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 106 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.1.0",target_framework=".NETCoreApp,Version=v10.0",runtime_version=".NET 10.0.9",os_version="Ubuntu 24.04.4 LTS",process_architecture="X64",gc_mode="Server"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 4 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 3.9211306531413572 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 891.342848 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 93.505728 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 1 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 1 # HELP runtime_gc_gen2_count GC Count (Gen 2) # TYPE runtime_gc_gen2_count gauge runtime_gc_gen2_count 0 # HELP runtime_threadpool_threads_total ThreadPool Thread Count # TYPE runtime_threadpool_threads_total gauge runtime_threadpool_threads_total 6 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 5 # 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 264 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 19222888 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 106 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 32.28050276240599 # 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 1201384 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 88672144 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 32732896 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 1386936 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 305 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 238781716 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 9712189 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 11 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 586594 # 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 106 # 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 34004 # HELP grpc_server_calls_current_total Current Calls # TYPE grpc_server_calls_current_total gauge grpc_server_calls_current_total 1 # HELP grpc_server_calls_failed_total Total Calls Failed # TYPE grpc_server_calls_failed_total gauge grpc_server_calls_failed_total 2863 # HELP grpc_server_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_server_deadline_exceeded_total gauge grpc_server_deadline_exceeded_total 1 # HELP grpc_server_messages_sent_total Total Messages Sent # TYPE grpc_server_messages_sent_total gauge grpc_server_messages_sent_total 31141 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 34004 # HELP grpc_server_calls_unimplemented_total Total Calls Unimplemented # TYPE grpc_server_calls_unimplemented_total gauge grpc_server_calls_unimplemented_total 1 # HELP grpc_client_calls_total Total Calls # TYPE grpc_client_calls_total gauge grpc_client_calls_total 0 # HELP grpc_client_calls_current_total Current Calls # TYPE grpc_client_calls_current_total gauge grpc_client_calls_current_total 0 # HELP grpc_client_calls_failed_total Total Calls Failed # TYPE grpc_client_calls_failed_total gauge grpc_client_calls_failed_total 0 # HELP grpc_client_calls_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_client_calls_deadline_exceeded_total gauge grpc_client_calls_deadline_exceeded_total 0 # HELP grpc_client_messages_sent_total Total Messages Sent # TYPE grpc_client_messages_sent_total gauge grpc_client_messages_sent_total 0 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 0 # HELP efcore_active_dbcontexts_total Active DbContexts # TYPE efcore_active_dbcontexts_total gauge efcore_active_dbcontexts_total 1 # HELP efcore_queries_total Queries (Total) # TYPE efcore_queries_total gauge efcore_queries_total 5281813 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 104 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 1329445 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 28 # 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 3 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 169121 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 7 # 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 303735 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 5 # HELP http_client_requests_aborted_total Total Requests Aborted # TYPE http_client_requests_aborted_total gauge http_client_requests_aborted_total 0 # HELP http_client_requests_aborted_per_second Requests Failed Rate # TYPE http_client_requests_aborted_per_second gauge http_client_requests_aborted_per_second 0 # HELP http_client_requests_current_total Current Requests # TYPE http_client_requests_current_total gauge http_client_requests_current_total 1 # HELP http_client_http11_connections_current_total Current Http 1.1 Connections # TYPE http_client_http11_connections_current_total gauge http_client_http11_connections_current_total 1 # HELP http_client_http20_connections_current_total Current Http 2.0 Connections # TYPE http_client_http20_connections_current_total gauge http_client_http20_connections_current_total 1 # HELP http_client_http11_requests_queue_duration_milliseconds HTTP 1.1 Requests Queue Duration # TYPE http_client_http11_requests_queue_duration_milliseconds gauge http_client_http11_requests_queue_duration_milliseconds 0 # HELP http_client_http20_requests_queue_duration_milliseconds HTTP 2.0 Requests Queue Duration # TYPE http_client_http20_requests_queue_duration_milliseconds gauge http_client_http20_requests_queue_duration_milliseconds 0 # HELP net_security_tls_handshakes_per_second TLS handshakes completed # TYPE net_security_tls_handshakes_per_second gauge net_security_tls_handshakes_per_second 0 # HELP net_security_tls_handshakes_total Total TLS handshakes completed # TYPE net_security_tls_handshakes_total gauge net_security_tls_handshakes_total 16911 # 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 4 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 27 # 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 27 # 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 28035 # 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 26364 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 169121 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 173640025425 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 59983828433 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 2 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 2 # HELP sqlclient_active_hard_connections_total Actual active connections are made to servers # TYPE sqlclient_active_hard_connections_total gauge sqlclient_active_hard_connections_total 0 # HELP sqlclient_hard_connects_per_second Actual connections are made to servers # TYPE sqlclient_hard_connects_per_second gauge sqlclient_hard_connects_per_second 0 # HELP sqlclient_hard_disconnects_per_second Actual disconnections are made to servers # TYPE sqlclient_hard_disconnects_per_second gauge sqlclient_hard_disconnects_per_second 0 # HELP sqlclient_active_soft_connections_total Active connections got from connection pool # TYPE sqlclient_active_soft_connections_total gauge sqlclient_active_soft_connections_total 0 # HELP sqlclient_soft_connects_per_second Connections got from connection pool # TYPE sqlclient_soft_connects_per_second gauge sqlclient_soft_connects_per_second 0 # HELP sqlclient_soft_disconnects_per_second Connections returned to the connection pool # TYPE sqlclient_soft_disconnects_per_second gauge sqlclient_soft_disconnects_per_second 0 # HELP sqlclient_non_pooled_connections_total Number of connections are not using connection pooling # TYPE sqlclient_non_pooled_connections_total gauge sqlclient_non_pooled_connections_total 0 # HELP sqlclient_pooled_connections_total Number of connections are managed by connection pooler # TYPE sqlclient_pooled_connections_total gauge sqlclient_pooled_connections_total 0 # HELP sqlclient_active_connection_pool_groups_total Number of active unique connection strings # TYPE sqlclient_active_connection_pool_groups_total gauge sqlclient_active_connection_pool_groups_total 0 # HELP sqlclient_inactive_connection_pool_groups_total Number of unique connection strings waiting for pruning # TYPE sqlclient_inactive_connection_pool_groups_total gauge sqlclient_inactive_connection_pool_groups_total 0 # HELP sqlclient_active_connection_pools_total Number of active connection pools # TYPE sqlclient_active_connection_pools_total gauge sqlclient_active_connection_pools_total 0 # HELP sqlclient_inactive_connection_pools_total Number of inactive connection pools # TYPE sqlclient_inactive_connection_pools_total gauge sqlclient_inactive_connection_pools_total 0 # HELP sqlclient_active_connections_total Number of active connections # TYPE sqlclient_active_connections_total gauge sqlclient_active_connections_total 0 # HELP sqlclient_free_connections_total Number of free-ready connections # TYPE sqlclient_free_connections_total gauge sqlclient_free_connections_total 0 # HELP sqlclient_stasis_connections_total Number of connections currently waiting to be ready # TYPE sqlclient_stasis_connections_total gauge sqlclient_stasis_connections_total 0 # HELP sqlclient_reclaimed_connections_total Number of reclaimed connections from GC # TYPE sqlclient_reclaimed_connections_total gauge sqlclient_reclaimed_connections_total 0 # HELP efcore_active_dbcontexts Currently open db contexts # TYPE efcore_active_dbcontexts gauge efcore_active_dbcontexts 0 # HELP efcore_savechanges_count Number of savechanges done # TYPE efcore_savechanges_count counter efcore_savechanges_count 1329462 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 32361676.810900226 # 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"} 306632525 efcore_savechanges_counts_by_states{state="Deleted"} 15266637 efcore_savechanges_counts_by_states{state="Modified"} 5332940 efcore_savechanges_counts_by_states{state="Added"} 17180121 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 42 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 3 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="integration-events"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 hangfire_current_enqueued{queue="message-queue"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 2 # 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 51272159 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 10 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 55 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 1 # 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="Outlet"} 1186137 mongodbcollection_count{Name="WayOfPayment"} 776436 mongodbcollection_count{Name="Tenant"} 895535 mongodbcollection_count{Name="GiftCardAddOn"} 226378 mongodbcollection_count{Name="Account"} 659399 mongodbcollection_count{Name="ProductGroup"} 320847 mongodbcollection_count{Name="Tax"} 320808 mongodbcollection_count{Name="Fee"} 218265 mongodbcollection_count{Name="OutletClient"} 129189 mongodbcollection_count{Name="ApiToken"} 538144 mongodbcollection_count{Name="IdentityUser"} 145807 mongodbcollection_count{Name="AdminUser"} 145805 mongodbcollection_count{Name="TenantUser"} 199367 mongodbcollection_count{Name="IdentityUserAdminCheck"} 45620 mongodbcollection_count{Name="ClientGroup"} 274 mongodbcollection_count{Name="ApiTokenPermissionCheck"} 2334 mongodbcollection_count{Name="Printer"} 1888 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="Outlet"} 1723879 mongodbcollection_time{Name="WayOfPayment"} 1049773 mongodbcollection_time{Name="Tenant"} 894044 mongodbcollection_time{Name="GiftCardAddOn"} 269367 mongodbcollection_time{Name="Account"} 431365 mongodbcollection_time{Name="ProductGroup"} 385813 mongodbcollection_time{Name="Tax"} 2037401 mongodbcollection_time{Name="Fee"} 157630 mongodbcollection_time{Name="OutletClient"} 137213 mongodbcollection_time{Name="ApiToken"} 640736 mongodbcollection_time{Name="IdentityUser"} 217356 mongodbcollection_time{Name="AdminUser"} 128327 mongodbcollection_time{Name="TenantUser"} 680840 mongodbcollection_time{Name="IdentityUserAdminCheck"} 150866 mongodbcollection_time{Name="ClientGroup"} 291 mongodbcollection_time{Name="ApiTokenPermissionCheck"} 6741 mongodbcollection_time{Name="Printer"} 2291 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 0 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -1000 # HELP lockmanager_pending_requests Generic gauge for lockmanager_pending_requests # TYPE lockmanager_pending_requests gauge lockmanager_pending_requests 0 # HELP lockmanager_tcp_connections Generic gauge for lockmanager_tcp_connections # TYPE lockmanager_tcp_connections gauge lockmanager_tcp_connections 10 # HELP lockmanager_container_locks Generic gauge for lockmanager_container_locks # TYPE lockmanager_container_locks gauge lockmanager_container_locks 0 # HELP lockmanager_total_requests Generic counter for lockmanager_total_requests # TYPE lockmanager_total_requests counter lockmanager_total_requests 4743829 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 1914212 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 0 # HELP lockmanager_total_slow_requests_time Generic counter for lockmanager_total_slow_requests_time # TYPE lockmanager_total_slow_requests_time counter lockmanager_total_slow_requests_time 0 # HELP aspnetcore_healthcheck_status ASP.NET Core health check status (0 == Unhealthy, 0.5 == Degraded, 1 == Healthy) # TYPE aspnetcore_healthcheck_status gauge aspnetcore_healthcheck_status{name="npgsql"} 1 aspnetcore_healthcheck_status{name="Internet"} 1 aspnetcore_healthcheck_status{name="Cache Redis"} 1 aspnetcore_healthcheck_status{name="Hangfire Redis"} 1 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 3978229 # 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="integrationlog"} 86130 messagequeue_consumed_topics_count{topic="outletclient"} 1231250 messagequeue_consumed_topics_count{topic="check"} 2134575 messagequeue_consumed_topics_count{topic="integration"} 852 messagequeue_consumed_topics_count{topic="settlementreport"} 2568 messagequeue_consumed_topics_count{topic="order"} 517200 messagequeue_consumed_topics_count{topic="wallet"} 2599 messagequeue_consumed_topics_count{topic="outlet"} 565 messagequeue_consumed_topics_count{topic="posclient"} 1062 messagequeue_consumed_topics_count{topic="giftcard"} 1356 messagequeue_consumed_topics_count{topic="expressClient"} 51 messagequeue_consumed_topics_count{topic="cashinout"} 3 messagequeue_consumed_topics_count{topic="virtualposclient"} 18 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 81303077.79449943 # 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="integrationlog"} 705073.4860999944 messagequeue_consume_handle_topics_time{topic="outletclient"} 6308857.330900119 messagequeue_consume_handle_topics_time{topic="check"} 31618341.21800111 messagequeue_consume_handle_topics_time{topic="integration"} 6304.656400000003 messagequeue_consume_handle_topics_time{topic="settlementreport"} 18677.903199999997 messagequeue_consume_handle_topics_time{topic="order"} 42604944.05770053 messagequeue_consume_handle_topics_time{topic="wallet"} 33363.73050000003 messagequeue_consume_handle_topics_time{topic="outlet"} 2942.3056000000042 messagequeue_consume_handle_topics_time{topic="posclient"} 5389.938699999998 messagequeue_consume_handle_topics_time{topic="giftcard"} 16363.828399999982 messagequeue_consume_handle_topics_time{topic="expressClient"} 212.2426 messagequeue_consume_handle_topics_time{topic="cashinout"} 79.22300000000001 messagequeue_consume_handle_topics_time{topic="virtualposclient"} 65.87329999999997 # 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 11869 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter messagequeue_consume_topics_failure_count{topic="check"} 11857 messagequeue_consume_topics_failure_count{topic="outletclient"} 5 messagequeue_consume_topics_failure_count{topic="order"} 7 # HELP consumer_tasks Current number of active consumer tasks by topic # TYPE consumer_tasks gauge consumer_tasks{topic="integration"} 1 consumer_tasks{topic="outletclient"} 1 consumer_tasks{topic="integrationlog"} 1 consumer_tasks{topic="order"} 1 # HELP consumer_pressure Consumer channel pressure per topic: 1000 = saturated, -1000 = healthy # TYPE consumer_pressure gauge consumer_pressure{topic="integrationlog"} -1000 consumer_pressure{topic="outletclient"} -1000 consumer_pressure{topic="integration"} -1000 consumer_pressure{topic="order"} -1000 # HELP MongoDbSyncerQueue Generic gauge for MongoDbSyncerQueue # TYPE MongoDbSyncerQueue gauge MongoDbSyncerQueue 0 # HELP MongoDbSyncerFailCount Generic counter for MongoDbSyncerFailCount # TYPE MongoDbSyncerFailCount counter MongoDbSyncerFailCount 0 # HELP http_request_duration_seconds The duration of HTTP requests processed by an ASP.NET Core application. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 2.3863496000000146 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 7410 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 7452 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 7488 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 7497 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 7499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 7499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 7500 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 7500 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 6.2086125999999675 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 47365 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 47483 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 47618 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 47663 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 47670 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 47670 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 47672 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 47672 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 737.3508828000038 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 10033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.032"} 24 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.064"} 5749 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.128"} 9165 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.256"} 9923 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.512"} 10017 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="1.024"} 10029 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="2.048"} 10032 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="4.096"} 10033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="8.192"} 10033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="16.384"} 10033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="32.768"} 10033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="+Inf"} 10033 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 419.7801839000002 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.032"} 844 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.064"} 6642 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.128"} 7947 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.256"} 8117 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.512"} 8138 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="1.024"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="2.048"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="4.096"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="8.192"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="16.384"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="32.768"} 8139 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="+Inf"} 8139 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 53.10585300000001 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.002"} 988 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.004"} 6297 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.008"} 6925 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.016"} 7197 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.032"} 7858 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.064"} 8049 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.128"} 8123 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.256"} 8132 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.512"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="1.024"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="2.048"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="4.096"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="8.192"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="16.384"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="32.768"} 8134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="+Inf"} 8134 http_request_duration_seconds_sum{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 70.16996229999995 http_request_duration_seconds_count{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.032"} 965 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.064"} 1803 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.128"} 1883 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.256"} 1888 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.512"} 1890 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="1.024"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="2.048"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="4.096"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="8.192"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="16.384"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="32.768"} 1891 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="+Inf"} 1891 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 171.40547959999907 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.004"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.008"} 2374 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.016"} 4490 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.032"} 5078 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.064"} 5821 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.128"} 6454 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.256"} 6585 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.512"} 6609 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="1.024"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="2.048"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="4.096"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="8.192"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="16.384"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="32.768"} 6612 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="+Inf"} 6612 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 2405.937458899984 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.032"} 1566 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.064"} 47029 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.128"} 51936 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.256"} 52177 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.512"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="1.024"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="2.048"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="4.096"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="8.192"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="16.384"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="32.768"} 52185 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="+Inf"} 52185 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 2041.4941245999871 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 52697 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.004"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.008"} 2597 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.016"} 24127 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.032"} 37449 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.064"} 45673 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.128"} 49986 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.256"} 51730 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.512"} 52491 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="1.024"} 52681 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="2.048"} 52693 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="4.096"} 52695 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="8.192"} 52696 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="16.384"} 52697 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="32.768"} 52697 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="+Inf"} 52697 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 2472.9301956999907 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 39897 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.032"} 557 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.064"} 26246 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.128"} 39217 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.256"} 39837 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.512"} 39894 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="1.024"} 39896 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="2.048"} 39897 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="4.096"} 39897 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="8.192"} 39897 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="16.384"} 39897 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="32.768"} 39897 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="+Inf"} 39897 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 127.74092590000019 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.064"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.128"} 683 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.256"} 1002 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.512"} 1032 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="1.024"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="2.048"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="4.096"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="8.192"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="16.384"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="32.768"} 1033 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="+Inf"} 1033 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 31.96002890000001 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.064"} 346 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.128"} 485 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.256"} 502 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.512"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="1.024"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="2.048"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="4.096"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="8.192"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="16.384"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="32.768"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="+Inf"} 504 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 35.01460829999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 2057 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.008"} 889 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 1850 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 2006 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 2042 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 2047 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 2047 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 2047 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 2050 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 2056 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 2057 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 2057 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 2057 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 2057 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 2057 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 6041.382660799991 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 59051 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.032"} 124 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.064"} 11234 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.128"} 46803 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.256"} 58292 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.512"} 59005 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="1.024"} 59045 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="2.048"} 59051 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="4.096"} 59051 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="8.192"} 59051 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="16.384"} 59051 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="32.768"} 59051 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="+Inf"} 59051 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 4056.9796909999986 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.064"} 16317 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.128"} 50938 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.256"} 52394 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.512"} 52425 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="1.024"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="2.048"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="4.096"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="8.192"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="16.384"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="32.768"} 52427 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="+Inf"} 52427 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 16399.66042520001 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 2774 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.016"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.032"} 14 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.064"} 24 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.128"} 33 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.256"} 45 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.512"} 72 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="1.024"} 131 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="2.048"} 321 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="4.096"} 801 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="8.192"} 2169 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="16.384"} 2771 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="32.768"} 2774 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="+Inf"} 2774 http_request_duration_seconds_sum{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 10398.41935050001 http_request_duration_seconds_count{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 943 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="0.512"} 10 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="1.024"} 13 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="2.048"} 27 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="4.096"} 67 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="8.192"} 100 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="16.384"} 905 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="32.768"} 943 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation",le="+Inf"} 943 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 0.055773 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.004"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.008"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 8 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 8 http_request_duration_seconds_sum{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 7032.044116799932 http_request_duration_seconds_count{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 94794 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.032"} 8480 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.064"} 47969 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.128"} 85204 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.256"} 94226 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="0.512"} 94765 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="1.024"} 94791 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="2.048"} 94793 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="4.096"} 94794 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="8.192"} 94794 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="16.384"} 94794 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="32.768"} 94794 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",le="+Inf"} 94794 http_request_duration_seconds_sum{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 0.6407316999999999 http_request_duration_seconds_count{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.004"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.008"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.064"} 7 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.128"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.256"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.512"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="1.024"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="2.048"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="4.096"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="8.192"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="16.384"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="32.768"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.0312164 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 46 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.1230655000000001 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 358 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 366 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 366 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 366 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 366 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 367 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 367 http_request_duration_seconds_sum{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 9.742728399999997 http_request_duration_seconds_count{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.016"} 657 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.032"} 772 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.064"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.128"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.256"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.512"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="1.024"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="2.048"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="4.096"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="8.192"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="16.384"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="32.768"} 774 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="+Inf"} 774 http_request_duration_seconds_sum{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 0.7979744 http_request_duration_seconds_count{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.008"} 5 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.016"} 50 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.032"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.064"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.128"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.256"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.512"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="1.024"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="2.048"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="4.096"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="8.192"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="16.384"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="32.768"} 60 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="+Inf"} 60 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 3024.2929302999987 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 660 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.064"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.128"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.256"} 89 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.512"} 214 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="1.024"} 340 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="2.048"} 459 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="4.096"} 557 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="8.192"} 597 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="16.384"} 622 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="32.768"} 641 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="+Inf"} 660 http_request_duration_seconds_sum{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}"} 45.82064440000005 http_request_duration_seconds_count{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.016"} 426 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.032"} 1955 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.064"} 2099 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.128"} 2101 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.256"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="0.512"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="1.024"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="2.048"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="4.096"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="8.192"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="16.384"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="32.768"} 2104 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}",le="+Inf"} 2104 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 0.31496839999999987 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 38 http_request_duration_seconds_sum{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 1.4503488000000002 http_request_duration_seconds_count{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.016"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.032"} 77 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.064"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.128"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.256"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.512"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="1.024"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="2.048"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="4.096"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="8.192"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="16.384"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="32.768"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="+Inf"} 80 http_request_duration_seconds_sum{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 807.1865293000001 http_request_duration_seconds_count{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 1091 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.064"} 22 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.128"} 141 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.256"} 312 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.512"} 524 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="1.024"} 843 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="2.048"} 1049 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="4.096"} 1071 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="8.192"} 1089 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="16.384"} 1091 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="32.768"} 1091 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="+Inf"} 1091 http_request_duration_seconds_sum{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 136.12196150000008 http_request_duration_seconds_count{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.064"} 762 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.128"} 1856 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.256"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.512"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="1.024"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="2.048"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="4.096"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="8.192"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="16.384"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="32.768"} 1888 http_request_duration_seconds_bucket{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="+Inf"} 1888 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 43.46648570000001 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.512"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="1.024"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="2.048"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="4.096"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="8.192"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="16.384"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="32.768"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="+Inf"} 47 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions"} 0.8963430999999997 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.004"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.008"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.016"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.032"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.064"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.128"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.256"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="0.512"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="1.024"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="2.048"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="4.096"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="8.192"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="16.384"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="32.768"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions",le="+Inf"} 105 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0008829 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 4 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 4 http_request_duration_seconds_sum{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 0.7828727999999999 http_request_duration_seconds_count{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.032"} 16 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.064"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.128"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.256"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="0.512"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="1.024"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="2.048"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="4.096"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="8.192"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="16.384"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="32.768"} 25 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",le="+Inf"} 25 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF"} 95.9027202 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.256"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="0.512"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="1.024"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="2.048"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="4.096"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="8.192"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="16.384"} 91 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="32.768"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF",le="+Inf"} 92 http_request_duration_seconds_sum{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 0.06326520000000001 http_request_duration_seconds_count{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.002"} 15 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.004"} 25 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.008"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.016"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.032"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.064"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.128"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.256"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="0.512"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="1.024"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="2.048"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="4.096"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="8.192"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="16.384"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="32.768"} 27 http_request_duration_seconds_bucket{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish",le="+Inf"} 27 http_request_duration_seconds_sum{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 1.0418974 http_request_duration_seconds_count{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.032"} 7 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.064"} 18 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.128"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.256"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="0.512"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="1.024"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="2.048"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="4.096"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="8.192"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="16.384"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="32.768"} 22 http_request_duration_seconds_bucket{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print",le="+Inf"} 22 http_request_duration_seconds_sum{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 4.015818299999999 http_request_duration_seconds_count{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.032"} 7 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.064"} 32 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.128"} 56 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.256"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="0.512"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="1.024"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="2.048"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="4.096"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="8.192"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="16.384"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="32.768"} 58 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",le="+Inf"} 58 http_request_duration_seconds_sum{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 0.196315 http_request_duration_seconds_count{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.001"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.002"} 2 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.004"} 4 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.008"} 4 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.016"} 4 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.032"} 4 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.064"} 4 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.128"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.256"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.512"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="1.024"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="2.048"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="4.096"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="8.192"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="16.384"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="32.768"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales"} 0.0671076 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales",le="+Inf"} 4 http_request_duration_seconds_sum{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 20.3199572 http_request_duration_seconds_count{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 2 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="4.096"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="8.192"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="16.384"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="32.768"} 2 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment"} 0.0030781 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 159.52137069999995 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 1412 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.064"} 464 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.128"} 987 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.256"} 1338 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.512"} 1409 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="1.024"} 1411 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="2.048"} 1412 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="4.096"} 1412 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="8.192"} 1412 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="16.384"} 1412 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="32.768"} 1412 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="+Inf"} 1412 http_request_duration_seconds_sum{code="301",method="GET",controller="",action="",endpoint=""} 0.0014867 http_request_duration_seconds_count{code="301",method="GET",controller="",action="",endpoint=""} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.002"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.004"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.008"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.016"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.032"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.064"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.128"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.256"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.512"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="1.024"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="2.048"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="4.096"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="8.192"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="16.384"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="32.768"} 5 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="+Inf"} 5 http_request_duration_seconds_sum{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 272.7052034 http_request_duration_seconds_count{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 10 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.001"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.002"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.004"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.008"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.016"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.032"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.064"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.128"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.256"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.512"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="1.024"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="2.048"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="4.096"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="8.192"} 2 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="16.384"} 2 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="32.768"} 7 http_request_duration_seconds_bucket{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="+Inf"} 10 http_request_duration_seconds_sum{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 0.0045479 http_request_duration_seconds_count{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.002"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.004"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 0.3414159 http_request_duration_seconds_count{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.016"} 13 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.032"} 14 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.064"} 16 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.128"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.256"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="0.512"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="1.024"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="2.048"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="4.096"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="8.192"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="16.384"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="32.768"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",le="+Inf"} 17 http_request_duration_seconds_sum{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 1.9238355999999999 http_request_duration_seconds_count{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.064"} 7 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.128"} 8 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.256"} 9 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="0.512"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="1.024"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="2.048"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="4.096"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="8.192"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="16.384"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="32.768"} 13 http_request_duration_seconds_bucket{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE",le="+Inf"} 13 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0023246 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.000122 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.0014154999999999999 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 6 http_request_duration_seconds_sum{code="405",method="OPTIONS",controller="",action="",endpoint=""} 0.000266 http_request_duration_seconds_count{code="405",method="OPTIONS",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 0.5253353 http_request_duration_seconds_count{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 0.1616453 http_request_duration_seconds_count{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.008"} 8 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 18 http_request_duration_seconds_sum{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 4.003488900000002 http_request_duration_seconds_count{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.016"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.032"} 227 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.064"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.128"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.256"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.512"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="1.024"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="2.048"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="4.096"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="8.192"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="16.384"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="32.768"} 230 http_request_duration_seconds_bucket{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="+Inf"} 230 http_request_duration_seconds_sum{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 0.0010410999999999999 http_request_duration_seconds_count{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.001"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.002"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.004"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.008"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.016"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.032"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.064"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.128"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.256"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.512"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="1.024"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="2.048"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="4.096"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="8.192"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="16.384"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="32.768"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 33.807580899999984 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.064"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.128"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.256"} 224 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="0.512"} 251 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="1.024"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="2.048"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="4.096"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="8.192"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="16.384"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="32.768"} 252 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}",le="+Inf"} 252 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.0403484 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 3 http_request_duration_seconds_sum{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 0.08763320000000001 http_request_duration_seconds_count{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.016"} 2 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.032"} 3 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.064"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.128"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.256"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="0.512"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="1.024"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="2.048"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="4.096"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="8.192"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="16.384"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="32.768"} 4 http_request_duration_seconds_bucket{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE",le="+Inf"} 4 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0022431 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 2 # HELP http_requests_received_total Provides the count of HTTP requests that have been processed by the ASP.NET Core pipeline. # TYPE http_requests_received_total counter http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 7500 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 47672 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 10033 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 8139 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 8134 http_requests_received_total{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 1891 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 6612 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 52185 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 52697 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 39897 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 1033 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 504 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 2057 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 59051 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 52427 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 2774 http_requests_received_total{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 943 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 8 http_requests_received_total{code="400",method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 94794 http_requests_received_total{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 10 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 46 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 367 http_requests_received_total{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 774 http_requests_received_total{code="400",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 60 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 660 http_requests_received_total{code="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}"} 2104 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 38 http_requests_received_total{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 80 http_requests_received_total{code="200",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 1091 http_requests_received_total{code="200",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 1888 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 47 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions"} 105 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 4 http_requests_received_total{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 25 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF"} 92 http_requests_received_total{code="423",method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 27 http_requests_received_total{code="400",method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 22 http_requests_received_total{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 58 http_requests_received_total{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 6 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales"} 4 http_requests_received_total{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 2 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment"} 1 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 1412 http_requests_received_total{code="301",method="GET",controller="",action="",endpoint=""} 5 http_requests_received_total{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 10 http_requests_received_total{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 1 http_requests_received_total{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 17 http_requests_received_total{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 13 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 3 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 6 http_requests_received_total{code="405",method="OPTIONS",controller="",action="",endpoint=""} 2 http_requests_received_total{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 1 http_requests_received_total{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 18 http_requests_received_total{code="200",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 230 http_requests_received_total{code="401",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 2 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 252 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_requests_received_total{code="400",method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 4 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 2 # HELP http_requests_in_progress The number of requests currently in progress in the ASP.NET Core pipeline. One series without controller/action label values counts all in-progress requests, with separate series existing for each controller-action pair. # TYPE http_requests_in_progress gauge http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="CreateVoucher",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetPaymentMethodSummation"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 0 http_requests_in_progress{method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}"} 0 http_requests_in_progress{method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 0 http_requests_in_progress{method="PUT",controller="VoucherBases",action="PrintVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}/Print"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/AnyDraftVoucherSales"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetEnvironment",endpoint="Environment"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisDetailsV1",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="SettlementReports",action="GetSettlementReportSIE",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 202750 dotnet_collection_count_total{generation="1"} 143564 dotnet_collection_count_total{generation="2"} 4007 # 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 1782355644.0945332 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 67620.471855 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 34492895232 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 891342848 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1569579008 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 743 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 127 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 99993776 # 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"} 310 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 11 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 170 prometheus_net_metric_instances{metric_type="gauge"} 399 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 93 # 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"} 170 prometheus_net_metric_timeseries{metric_type="gauge"} 399 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 2044 # 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 17830459 # HELP prometheus_net_eventcounteradapter_sources_connected_total Number of event sources that are currently connected to the adapter. # TYPE prometheus_net_eventcounteradapter_sources_connected_total gauge prometheus_net_eventcounteradapter_sources_connected_total 7 # HELP prometheus_net_meteradapter_instruments_connected Number of instruments that are currently connected to the adapter. # TYPE prometheus_net_meteradapter_instruments_connected gauge prometheus_net_meteradapter_instruments_connected 96 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created ({connection}) New connections allocated (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures ({connection}) Connections that failed during handshake (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected ({connection}) Connections rejected by the application (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected ({connection}) Connections rejected due to worker load. (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed ({connection}) Connections resumed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated ({connection}) Connections currently allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected ({connection}) Connections currently in the connected state (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors ({connection}) Connections shutdown with a protocol error (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn ({connection}) Connection attempts with no matching ALPN (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated ({stream}) Current streams allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost ({packet}) Packets suspected lost (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped ({packet}) Packets dropped for any reason (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures ({packet}) Packets with decryption failures (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams ({datagram}) UDP datagrams received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams ({datagram}) UDP datagrams sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes (By) UDP payload bytes received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes (By) UDP payload bytes sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events ({event}) UDP receive events (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls ({call}) UDP send API calls (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes (By) Bytes sent by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes (By) Bytes received by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth ({connection}) Current connections queued for processing (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth ({operation}) Current connection operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued ({operation}) New connection operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed ({operation}) Connection operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth ({operation}) Current worker operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued ({operation}) New worker operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed ({operation}) Worker operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated ({challenge}) Successful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure ({challenge}) Unsuccessful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset ({packet}) Stateless reset packets sent ever (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry ({packet}) Stateless retry packets sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts ({dbcontext}) (ObservableUpDownCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries ({query}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries 5281890 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges ({savechanges}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges 1329467 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits ({hits}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits 5281873 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses ({misses}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses 17 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures 0 # HELP npgsql_db_client_connection_count ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_count gauge npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_client_connection_state="idle"} 2 npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_client_connection_state="used"} 0 # HELP npgsql_db_client_connection_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_max gauge npgsql_db_client_connection_max{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 48 # HELP system_runtime_dotnet_gc_collections ({collection}) The number of garbage collections that have occurred since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_collections gauge system_runtime_dotnet_gc_collections{gc_heap_generation="gen2"} 4007 system_runtime_dotnet_gc_collections{gc_heap_generation="gen1"} 139557 system_runtime_dotnet_gc_collections{gc_heap_generation="gen0"} 59186 # HELP system_runtime_dotnet_process_memory_working_set (By) The number of bytes of physical memory mapped to the process context. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_memory_working_set gauge system_runtime_dotnet_process_memory_working_set 891342848 # HELP system_runtime_dotnet_gc_heap_total_allocated (By) The approximate number of bytes allocated on the managed GC heap since the process has started. The returned value does not include any native allocations. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_heap_total_allocated gauge system_runtime_dotnet_gc_heap_total_allocated 6291840160936 # HELP system_runtime_dotnet_gc_last_collection_memory_committed_size (By) The amount of committed virtual memory in use by the .NET GC, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_memory_committed_size gauge system_runtime_dotnet_gc_last_collection_memory_committed_size 164139008 # HELP system_runtime_dotnet_gc_last_collection_heap_size (By) The managed GC heap size (including fragmentation), as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_size gauge system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen1"} 1201384 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen2"} 88672144 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="loh"} 32732896 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="poh"} 1386936 # HELP system_runtime_dotnet_gc_last_collection_heap_fragmentation_size (By) The heap fragmentation, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_fragmentation_size gauge system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen1"} 19968 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen2"} 29044384 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="loh"} 10761848 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="poh"} 199480 # HELP system_runtime_dotnet_gc_pause_time (s) The total amount of time paused in GC since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_pause_time gauge system_runtime_dotnet_gc_pause_time 1364.948606 # HELP system_runtime_dotnet_jit_compiled_il_size (By) Count of bytes of intermediate language that have been compiled since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_il_size gauge system_runtime_dotnet_jit_compiled_il_size 238782193 # HELP system_runtime_dotnet_jit_compiled_methods ({method}) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_methods gauge system_runtime_dotnet_jit_compiled_methods 9712203 # HELP system_runtime_dotnet_jit_compilation_time (s) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compilation_time gauge system_runtime_dotnet_jit_compilation_time 2009.7633291 # HELP system_runtime_dotnet_monitor_lock_contentions ({contention}) The number of times there was contention when trying to acquire a monitor lock since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_monitor_lock_contentions gauge system_runtime_dotnet_monitor_lock_contentions 1495036 # HELP system_runtime_dotnet_thread_pool_thread_count ({thread}) The number of thread pool threads that currently exist. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_thread_count gauge system_runtime_dotnet_thread_pool_thread_count 6 # HELP system_runtime_dotnet_thread_pool_work_item_count ({work_item}) The number of work items that the thread pool has completed since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_work_item_count gauge system_runtime_dotnet_thread_pool_work_item_count 174629636 # HELP system_runtime_dotnet_thread_pool_queue_length ({work_item}) The number of work items that are currently queued to be processed by the thread pool. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_queue_length gauge system_runtime_dotnet_thread_pool_queue_length 0 # HELP system_runtime_dotnet_timer_count ({timer}) The number of timer instances that are currently active. An active timer is registered to tick at some point in the future and has not yet been canceled. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_timer_count gauge system_runtime_dotnet_timer_count 106 # HELP system_runtime_dotnet_assembly_count ({assembly}) The number of .NET assemblies that are currently loaded. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_assembly_count gauge system_runtime_dotnet_assembly_count 305 # HELP system_runtime_dotnet_process_cpu_count ({cpu}) The number of processors available to the process. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_cpu_count gauge system_runtime_dotnet_process_cpu_count 4 # HELP system_runtime_dotnet_process_cpu_time (s) CPU time used by the process. (ObservableCounter`1) # TYPE system_runtime_dotnet_process_cpu_time gauge system_runtime_dotnet_process_cpu_time{cpu_mode="user"} 52852.014471 system_runtime_dotnet_process_cpu_time{cpu_mode="system"} 14768.455291 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 3.9211306531413572 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 891.342848 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 93.505728 # 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 202726 # 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 143557 # 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 4003 # 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 33 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 6 # HELP system_runtime_monitor_lock_contention_count_total Monitor Lock Contention Count # TYPE system_runtime_monitor_lock_contention_count_total counter system_runtime_monitor_lock_contention_count_total 1494935 # 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 174621951 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 6291343196392 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 106 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 32.28050276240599 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 164.139008 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 2095918 # 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 1364738.673 # 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 1201384 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 88672144 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 32732896 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 1386936 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 305 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 238781716 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 9712189 # 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 2002899.4624 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled (By) Number of bytes currently pooled and available for reuse. (UpDownCounter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled{aspnetcore_memory_pool_owner="kestrel"} 532480 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented (By) Total number of bytes rented from the memory pool. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented{aspnetcore_memory_pool_owner="kestrel"} 26452357120 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated (By) Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated{aspnetcore_memory_pool_owner="kestrel"} 1952759808 # HELP system_runtime_dotnet_exceptions ({exception}) The number of exceptions that have been thrown in managed code. (Counter`1) # TYPE system_runtime_dotnet_exceptions gauge system_runtime_dotnet_exceptions{error_type="BadRequestException"} 1228 system_runtime_dotnet_exceptions{error_type="JobPerformanceException"} 360 system_runtime_dotnet_exceptions{error_type="TargetInvocationException"} 72 system_runtime_dotnet_exceptions{error_type="ExpressionNotSupportedException"} 37648 system_runtime_dotnet_exceptions{error_type="NpgsqlException"} 4360 system_runtime_dotnet_exceptions{error_type="TypeInitializationException"} 1090 system_runtime_dotnet_exceptions{error_type="LockedException"} 1410 # HELP system_net_http_http_client_active_requests ({request}) Number of outbound HTTP requests that are currently active on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_active_requests gauge system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # HELP system_net_http_http_client_request_duration (s) Duration of HTTP client requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 3805.4797356999948 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"} 303623 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"} 204138 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"} 250996 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"} 299836 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"} 302461 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"} 303304 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"} 303463 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"} 303529 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"} 303569 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"} 303601 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 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"} 303623 # 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.133",server_port="80"} 0 microsoft_aspnetcore_server_kestrel_kestrel_queued_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443"} 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.133",server_port="80"} 7 microsoft_aspnetcore_server_kestrel_kestrel_active_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443"} 0 # HELP microsoft_aspnetcore_hosting_http_server_active_requests ({request}) Number of active HTTP server requests. (UpDownCounter`1) # TYPE microsoft_aspnetcore_hosting_http_server_active_requests gauge microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="HEAD",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="OPTIONS",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 0 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 29828 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 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}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 395 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}/OrderVoucherBases/Summation"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="(missing)"} 347 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 4 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher"} 369 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}/OrderVoucherBases"} 426 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 5 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="Version"} 49 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 99343 # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration (s) The authentication duration for a request. (Histogram`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration histogram microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken"} 2.8796082999999997 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.01"} 2910 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.02"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.04"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.08"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.16"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.32"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.64"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="1.28"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="2.56"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="5.12"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="10.24"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="20.48"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="40.96"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="81.92"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="163.84"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="327.68"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="655.36"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="1310.72"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="2621.44"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="5242.88"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="10485.76"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="20971.52"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="41943.04"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="83886.08"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="167772.16"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="+Inf"} 2914 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 0.3266649999999997 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.01"} 1109 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.02"} 1109 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.04"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.08"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.16"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.32"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.64"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1.28"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2.56"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5.12"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10.24"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20.48"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="40.96"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="81.92"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="163.84"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="327.68"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="655.36"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1310.72"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2621.44"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5242.88"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10485.76"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20971.52"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="41943.04"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="83886.08"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="167772.16"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="+Inf"} 1110 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic"} 6.429999999999999e-05 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.01"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.02"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.04"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.08"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.16"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.32"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="0.64"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="1.28"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="2.56"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="5.12"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="10.24"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="20.48"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="40.96"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="81.92"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="163.84"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="327.68"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="655.36"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="1310.72"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="2621.44"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="5242.88"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="10485.76"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="20971.52"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="41943.04"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="83886.08"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="167772.16"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Basic",le="+Inf"} 3 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken"} 2.4230678999999418 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.01"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.02"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.04"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.08"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.16"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.32"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="0.64"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="1.28"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="2.56"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="5.12"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="10.24"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="20.48"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="40.96"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="81.92"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="163.84"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="327.68"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="655.36"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="1310.72"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="2621.44"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="5242.88"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="10485.76"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="20971.52"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="41943.04"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="83886.08"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="167772.16"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="ApiToken",le="+Inf"} 109940 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 0.0005483 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.01"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.02"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.04"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.08"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.16"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.32"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.64"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1.28"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2.56"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5.12"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10.24"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20.48"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="40.96"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="81.92"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="163.84"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="327.68"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="655.36"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1310.72"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2621.44"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5242.88"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10485.76"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20971.52"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="41943.04"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="83886.08"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="167772.16"} 49 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="+Inf"} 49 # HELP microsoft_aspnetcore_hosting_http_server_request_duration (s) Duration of HTTP server requests. (Histogram`1) # TYPE microsoft_aspnetcore_hosting_http_server_request_duration histogram microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http"} 531.517024999999 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"} 29827 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.02"} 22890 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"} 29644 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"} 29823 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"} 29825 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"} 29826 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"} 29826 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"} 29826 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 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"} 29827 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http"} 0.0077947 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",network_protocol_version="2",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http"} 0.4320674 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http"} 0.0463998 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http"} 24.118847000000006 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id: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}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 20 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 312 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 376 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 377 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http"} 0.2814724 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http"} 28.332688699999995 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.08"} 237 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.16"} 355 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.32"} 363 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.64"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="1.28"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="2.56"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="5.12"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="10.24"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="20.48"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="40.96"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="81.92"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="163.84"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="327.68"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="655.36"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 365 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http"} 0.12149689999999999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id: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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http"} 0.0564362 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.32"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http"} 28.211129099999994 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.02"} 147 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.04"} 294 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.08"} 320 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.16"} 376 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.32"} 411 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.64"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="1.28"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="2.56"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="5.12"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="10.24"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="20.48"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="40.96"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="81.92"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="163.84"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="327.68"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="655.36"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 426 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http"} 0.0628877 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",network_protocol_version="2",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}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http"} 3.4432441999999996 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",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}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",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}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",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}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",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}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http"} 0.1604918 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/SIE",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="Version",network_protocol_version="1.1",url_scheme="http"} 0.08349940000000002 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.01"} 48 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.02"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.04"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.08"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.16"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.32"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.64"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="1.28"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="2.56"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="5.12"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="10.24"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="20.48"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="40.96"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="81.92"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="163.84"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="327.68"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="655.36"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 49 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 49 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"} 294.94840809999937 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"} 68587 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"} 66937 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"} 67743 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"} 68398 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"} 68530 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"} 68551 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"} 68566 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"} 68571 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"} 68573 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"} 68578 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 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"} 68587 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http"} 0.4953079999999997 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.01"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.02"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.04"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.08"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.16"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.32"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.64"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="1.28"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="2.56"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="5.12"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="10.24"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="20.48"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="40.96"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="81.92"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="163.84"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="327.68"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="655.36"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 346 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 346 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"} 1.9308827000000006 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"} 528 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"} 511 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"} 524 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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"} 528 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.0009912 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 system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 303735 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 303725 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 20 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 20 # HELP system_net_http_current_requests Current Requests # TYPE system_net_http_current_requests gauge system_net_http_current_requests 0 # HELP system_net_http_http11_connections_current_total Current Http 1.1 Connections # TYPE system_net_http_http11_connections_current_total gauge system_net_http_http11_connections_current_total 1 # HELP system_net_http_http20_connections_current_total Current Http 2.0 Connections # TYPE system_net_http_http20_connections_current_total gauge system_net_http_http20_connections_current_total 0 # HELP system_net_http_http30_connections_current_total Current Http 3.0 Connections # TYPE system_net_http_http30_connections_current_total gauge system_net_http_http30_connections_current_total 0 # HELP system_net_http_http11_requests_queue_duration (ms) HTTP 1.1 Requests Queue Duration # TYPE system_net_http_http11_requests_queue_duration gauge system_net_http_http11_requests_queue_duration 0 # HELP system_net_http_http20_requests_queue_duration (ms) HTTP 2.0 Requests Queue Duration # TYPE system_net_http_http20_requests_queue_duration gauge system_net_http_http20_requests_queue_duration 0 # HELP system_net_http_http30_requests_queue_duration (ms) HTTP 3.0 Requests Queue Duration # TYPE system_net_http_http30_requests_queue_duration gauge system_net_http_http30_requests_queue_duration 0 # HELP system_net_sockets_current_outgoing_connect_attempts Current Outgoing Connect Attempts # TYPE system_net_sockets_current_outgoing_connect_attempts gauge system_net_sockets_current_outgoing_connect_attempts 0 # HELP system_net_sockets_outgoing_connections_established Outgoing Connections Established # TYPE system_net_sockets_outgoing_connections_established gauge system_net_sockets_outgoing_connections_established 26364 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 169121 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 173640025425 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 59983828433 # 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 28035 # 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 16885 # 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 16911 # 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 4 # 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 27 # 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 27 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 0 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 0 # HELP npgsql_db_client_operation_npgsql_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_operation_npgsql_executing gauge npgsql_db_client_operation_npgsql_executing{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0 # HELP npgsql_db_client_operation_npgsql_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_written gauge npgsql_db_client_operation_npgsql_bytes_written{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 19853212479 # HELP npgsql_db_client_operation_npgsql_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_read gauge npgsql_db_client_operation_npgsql_bytes_read{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 156733197730 # HELP npgsql_db_client_operation_duration (s) Duration of database client operations. (Histogram`1) # TYPE npgsql_db_client_operation_duration histogram npgsql_db_client_operation_duration_sum{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 90978.60497459033 npgsql_db_client_operation_duration_count{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.01"} 13955876 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.02"} 14613040 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.04"} 14841961 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.08"} 14944592 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.16"} 14976802 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.32"} 14986325 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.64"} 14989252 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1.28"} 14990322 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2.56"} 14991433 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5.12"} 14993052 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10.24"} 14994922 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20.48"} 14995282 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="40.96"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="81.92"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="163.84"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="327.68"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="655.36"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1310.72"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2621.44"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5242.88"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10485.76"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20971.52"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="41943.04"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="83886.08"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="167772.16"} 14995285 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",db_system_name="postgresql",server_address="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="+Inf"} 14995285 # 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.133",server_port="80"} 6903702.83195992 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.133",server_port="80"} 153274 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.133",server_port="80",le="0.01"} 58245 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.133",server_port="80",le="0.02"} 58941 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.133",server_port="80",le="0.04"} 59491 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.133",server_port="80",le="0.08"} 59603 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.133",server_port="80",le="0.16"} 59624 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.133",server_port="80",le="0.32"} 59634 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.133",server_port="80",le="0.64"} 59640 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.133",server_port="80",le="1.28"} 59644 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.133",server_port="80",le="2.56"} 59660 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.133",server_port="80",le="5.12"} 59674 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.133",server_port="80",le="10.24"} 59690 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.133",server_port="80",le="20.48"} 59709 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.133",server_port="80",le="40.96"} 59732 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.133",server_port="80",le="81.92"} 133812 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.133",server_port="80",le="163.84"} 151261 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.133",server_port="80",le="327.68"} 153216 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.133",server_port="80",le="655.36"} 153269 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.133",server_port="80",le="1310.72"} 153274 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.133",server_port="80",le="2621.44"} 153274 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.133",server_port="80",le="5242.88"} 153274 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.133",server_port="80",le="10485.76"} 153274 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.133",server_port="80",le="20971.52"} 153274 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.133",server_port="80",le="41943.04"} 153274 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.133",server_port="80",le="83886.08"} 153274 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.133",server_port="80",le="167772.16"} 153274 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.133",server_port="80",le="+Inf"} 153274 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_sum{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443"} 0.4471841 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_count{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.01"} 0 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.02"} 0 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.04"} 0 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.08"} 0 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.16"} 0 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.32"} 0 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="0.64"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="1.28"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="2.56"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="5.12"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="10.24"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="20.48"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="40.96"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="81.92"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="163.84"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="327.68"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="655.36"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="1310.72"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="2621.44"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="5242.88"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="10485.76"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="20971.52"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="41943.04"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="83886.08"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="167772.16"} 1 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443",le="+Inf"} 1 # 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 586593 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 586594 # 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 106 # 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 169120 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 169121 # 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 7 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted (By) Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. Evicted memory is available for garbage collection. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted{aspnetcore_memory_pool_owner="kestrel"} 1952227328 # 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 5281813 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 5281812 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 1329445 # 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 1329445 # 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 npgsql_db_client_operation_npgsql_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_operation_npgsql_prepared_ratio gauge npgsql_db_client_operation_npgsql_prepared_ratio{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0 # HELP system_net_nameresolution_dns_lookup_duration (s) Measures the time taken to perform a DNS lookup. (Histogram`1) # TYPE system_net_nameresolution_dns_lookup_duration histogram system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com"} 13.26673610000002 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 2095 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 2173 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 2174 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 2174 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 2176 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 2177 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 2178 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 2179 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 2180 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 2180 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.2840462999999999 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 56 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"} 54 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 56 # HELP npgsql_db_client_connection_npgsql_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connection_npgsql_create_time histogram npgsql_db_client_connection_npgsql_create_time_sum{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 31.36204280000002 npgsql_db_client_connection_npgsql_create_time_count{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 414 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 551 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 631 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 641 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=service;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 641 # HELP microsoft_aspnetcore_server_kestrel_kestrel_queued_requests ({request}) Number of HTTP requests on multiplexed connections (HTTP/2 and HTTP/3) that are currently queued and are waiting to start. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_queued_requests gauge microsoft_aspnetcore_server_kestrel_kestrel_queued_requests{network_protocol_name="http",network_protocol_version="2",network_transport="tcp",network_type="ipv4",server_address="10.244.3.133",server_port="443"} 0 # HELP microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts ({attempt}) The total number of authorization attempts. (Counter`1) # TYPE microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts gauge microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts{aspnetcore_authorization_result="success",aspnetcore_user_is_authenticated="True"} 87212 # HELP system_net_http_http_client_open_connections ({connection}) Number of outbound HTTP connections that are currently active or idle on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_open_connections gauge system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.52",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.52",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 3.6170383000000004 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"} 58 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"} 3 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"} 4 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"} 4 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"} 50 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 # HELP grpc_aspnetcore_server_total_calls Total Calls # TYPE grpc_aspnetcore_server_total_calls gauge grpc_aspnetcore_server_total_calls 34004 # HELP grpc_aspnetcore_server_current_calls Current Calls # TYPE grpc_aspnetcore_server_current_calls gauge grpc_aspnetcore_server_current_calls 0 # HELP grpc_aspnetcore_server_calls_failed Total Calls Failed # TYPE grpc_aspnetcore_server_calls_failed gauge grpc_aspnetcore_server_calls_failed 2863 # HELP grpc_aspnetcore_server_calls_deadline_exceeded Total Calls Deadline Exceeded # TYPE grpc_aspnetcore_server_calls_deadline_exceeded gauge grpc_aspnetcore_server_calls_deadline_exceeded 0 # HELP grpc_aspnetcore_server_messages_sent Total Messages Sent # TYPE grpc_aspnetcore_server_messages_sent gauge grpc_aspnetcore_server_messages_sent 31141 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 34004 # HELP grpc_aspnetcore_server_calls_unimplemented Total Calls Unimplemented # TYPE grpc_aspnetcore_server_calls_unimplemented gauge grpc_aspnetcore_server_calls_unimplemented 0 # HELP system_net_http_http_client_connection_duration (s) The duration of successfully established outbound HTTP connections. (Histogram`1) # TYPE system_net_http_http_client_connection_duration histogram system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 359.934 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.62",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 1 # HELP OrderLag Generic gauge for OrderLag # TYPE OrderLag gauge OrderLag 340.1291213 # HELP npgsql_db_client_operation_failed ({command}) The number of database commands which have failed. (Counter`1) # TYPE npgsql_db_client_operation_failed gauge # HELP npgsql_db_client_connection_npgsql_pending_requests ({request}) The number of pending requests for an open connection, cumulative for the entire pool. (UpDownCounter`1) # TYPE npgsql_db_client_connection_npgsql_pending_requests gauge # HELP npgsql_db_client_connection_npgsql_timeouts ({timeout}) The number of connection timeouts that have occurred trying to obtain a connection from the pool. (Counter`1) # TYPE npgsql_db_client_connection_npgsql_timeouts gauge # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges ({challenge}) The total number of times a scheme is challenged. (Counter`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges gauge