# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 89488 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 5646237 # 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.02 # 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"} 6209000 dotnet_gc_heap_size_bytes{gc_generation="2"} 94469144 dotnet_gc_heap_size_bytes{gc_generation="loh"} 27609976 # 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"} 120060 dotnet_gc_collection_count_total{gc_generation="1"} 64180 dotnet_gc_collection_count_total{gc_generation="2"} 6568 # 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 8460132599424 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 232768132 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 10677935 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 13 # 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 350472451 # 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 602543 dotnet_threadpool_queue_length_count 1418618 dotnet_threadpool_queue_length_bucket{le="0"} 1267110 dotnet_threadpool_queue_length_bucket{le="1"} 1282049 dotnet_threadpool_queue_length_bucket{le="10"} 1416630 dotnet_threadpool_queue_length_bucket{le="100"} 1418618 dotnet_threadpool_queue_length_bucket{le="1000"} 1418618 dotnet_threadpool_queue_length_bucket{le="+Inf"} 1418618 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 50 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.0.0",target_framework=".NETCoreApp,Version=v8.0",runtime_version=".NET 8.0.24",os_version="Debian GNU/Linux 12 (bookworm)",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 1.051044822429017 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 1228.324864 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 196.698568 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 0 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 0 # HELP runtime_gc_gen2_count GC Count (Gen 2) # TYPE runtime_gc_gen2_count gauge runtime_gc_gen2_count 0 # HELP runtime_threadpool_threads_total ThreadPool Thread Count # TYPE runtime_threadpool_threads_total gauge runtime_threadpool_threads_total 13 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 1 # 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 168 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 2064696 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 50 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 34.27503770486658 # 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 2 # 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 6209000 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 94469144 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 27609976 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 2458928 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 308 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 232768132 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 10677935 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 2 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 740382 # 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 751 # 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 20948 # 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 1777 # 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 19171 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 20948 # 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 6063928 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 216 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 1393455 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 39 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio 100 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 2 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 206613 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 8 # 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 549052 # 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 57961 # HELP net_security_tls_handshakes_current_total Current TLS handshakes # TYPE net_security_tls_handshakes_current_total gauge net_security_tls_handshakes_current_total 1 # HELP net_security_tls_handshakes_failed_total Total TLS handshakes failed # TYPE net_security_tls_handshakes_failed_total gauge net_security_tls_handshakes_failed_total 1 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 52 # 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 52 # 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 58359 # 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 58446 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 206611 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 197296519188 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 113717292669 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 2 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 2 # HELP sqlclient_active_hard_connections_total Actual active connections are made to servers # TYPE sqlclient_active_hard_connections_total gauge sqlclient_active_hard_connections_total 0 # HELP sqlclient_hard_connects_per_second Actual connections are made to servers # TYPE sqlclient_hard_connects_per_second gauge sqlclient_hard_connects_per_second 0 # HELP sqlclient_hard_disconnects_per_second Actual disconnections are made to servers # TYPE sqlclient_hard_disconnects_per_second gauge sqlclient_hard_disconnects_per_second 0 # HELP sqlclient_active_soft_connections_total Active connections got from connection pool # TYPE sqlclient_active_soft_connections_total gauge sqlclient_active_soft_connections_total 0 # HELP sqlclient_soft_connects_per_second Connections got from connection pool # TYPE sqlclient_soft_connects_per_second gauge sqlclient_soft_connects_per_second 0 # HELP sqlclient_soft_disconnects_per_second Connections returned to the connection pool # TYPE sqlclient_soft_disconnects_per_second gauge sqlclient_soft_disconnects_per_second 0 # HELP sqlclient_non_pooled_connections_total Number of connections are not using connection pooling # TYPE sqlclient_non_pooled_connections_total gauge sqlclient_non_pooled_connections_total 0 # HELP sqlclient_pooled_connections_total Number of connections are managed by connection pooler # TYPE sqlclient_pooled_connections_total gauge sqlclient_pooled_connections_total 0 # HELP sqlclient_active_connection_pool_groups_total Number of active unique connection strings # TYPE sqlclient_active_connection_pool_groups_total gauge sqlclient_active_connection_pool_groups_total 0 # HELP sqlclient_inactive_connection_pool_groups_total Number of unique connection strings waiting for pruning # TYPE sqlclient_inactive_connection_pool_groups_total gauge sqlclient_inactive_connection_pool_groups_total 0 # HELP sqlclient_active_connection_pools_total Number of active connection pools # TYPE sqlclient_active_connection_pools_total gauge sqlclient_active_connection_pools_total 0 # HELP sqlclient_inactive_connection_pools_total Number of inactive connection pools # TYPE sqlclient_inactive_connection_pools_total gauge sqlclient_inactive_connection_pools_total 0 # HELP sqlclient_active_connections_total Number of active connections # TYPE sqlclient_active_connections_total gauge sqlclient_active_connections_total 0 # HELP sqlclient_free_connections_total Number of free-ready connections # TYPE sqlclient_free_connections_total gauge sqlclient_free_connections_total 0 # HELP sqlclient_stasis_connections_total Number of connections currently waiting to be ready # TYPE sqlclient_stasis_connections_total gauge sqlclient_stasis_connections_total 0 # HELP sqlclient_reclaimed_connections_total Number of reclaimed connections from GC # TYPE sqlclient_reclaimed_connections_total gauge sqlclient_reclaimed_connections_total 0 # HELP efcore_active_dbcontexts Currently open db contexts # TYPE efcore_active_dbcontexts gauge efcore_active_dbcontexts 1 # HELP efcore_savechanges_count Number of savechanges done # TYPE efcore_savechanges_count counter efcore_savechanges_count 1393441 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 61844782.60950199 # 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"} 260252772 efcore_savechanges_counts_by_states{state="Deleted"} 17214313 efcore_savechanges_counts_by_states{state="Modified"} 5873312 efcore_savechanges_counts_by_states{state="Added"} 19387716 # 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="message-queue"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 56 # 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 43213839 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 0 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 10 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 28 # 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="OutletDto"} 1696951 mongodbcollection_count{Name="ApiToken"} 1033323 mongodbcollection_count{Name="WayOfPayment"} 973736 mongodbcollection_count{Name="TenantDto"} 1070525 mongodbcollection_count{Name="ProductGroup"} 397839 mongodbcollection_count{Name="Fee"} 271662 mongodbcollection_count{Name="Tax"} 397786 mongodbcollection_count{Name="AccountDto"} 879814 mongodbcollection_count{Name="OutletClientDto"} 167403 mongodbcollection_count{Name="GiftCardAddOnDto"} 291482 mongodbcollection_count{Name="IdentityUserDto"} 177919 mongodbcollection_count{Name="AdminUserDto"} 177906 mongodbcollection_count{Name="TenantUserDto"} 253372 mongodbcollection_count{Name="MongoDbPermissionUser"} 55196 mongodbcollection_count{Name="ClientGroupDto"} 41 mongodbcollection_count{Name="Printer"} 2613 mongodbcollection_count{Name="MongoDbPermissionApiToken"} 181 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="OutletDto"} 5045801 mongodbcollection_time{Name="ApiToken"} 1639664 mongodbcollection_time{Name="WayOfPayment"} 1381552 mongodbcollection_time{Name="TenantDto"} 2220281 mongodbcollection_time{Name="ProductGroup"} 538581 mongodbcollection_time{Name="Fee"} 324969 mongodbcollection_time{Name="Tax"} 2466234 mongodbcollection_time{Name="AccountDto"} 673472 mongodbcollection_time{Name="OutletClientDto"} 197002 mongodbcollection_time{Name="GiftCardAddOnDto"} 346506 mongodbcollection_time{Name="IdentityUserDto"} 1232241 mongodbcollection_time{Name="AdminUserDto"} 794690 mongodbcollection_time{Name="TenantUserDto"} 1461172 mongodbcollection_time{Name="MongoDbPermissionUser"} 362953 mongodbcollection_time{Name="ClientGroupDto"} 47 mongodbcollection_time{Name="Printer"} 7548 mongodbcollection_time{Name="MongoDbPermissionApiToken"} 484 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 1 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -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 4476104 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 31191764 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 2926 # 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 4701615 # 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 1718740 # 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"} 83619 messagequeue_consumed_topics_count{topic="check"} 1619350 messagequeue_consumed_topics_count{topic="settlementreport"} 3390 messagequeue_consumed_topics_count{topic="integration"} 1409 messagequeue_consumed_topics_count{topic="order"} 3279 messagequeue_consumed_topics_count{topic="wallet"} 5129 messagequeue_consumed_topics_count{topic="giftcard"} 1319 messagequeue_consumed_topics_count{topic="posclient"} 946 messagequeue_consumed_topics_count{topic="outlet"} 299 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 48305820.96099896 # 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"} 556557.5740999922 messagequeue_consume_handle_topics_time{topic="check"} 47204403.515098825 messagequeue_consume_handle_topics_time{topic="settlementreport"} 285571.5935999993 messagequeue_consume_handle_topics_time{topic="integration"} 8506.9613 messagequeue_consume_handle_topics_time{topic="order"} 118943.14639999998 messagequeue_consume_handle_topics_time{topic="wallet"} 106727.17009999978 messagequeue_consume_handle_topics_time{topic="giftcard"} 28153.211000000003 messagequeue_consume_handle_topics_time{topic="posclient"} 2726.349099999997 messagequeue_consume_handle_topics_time{topic="outlet"} 1037.7637999999997 # 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 114 # 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="settlementreport"} 107 messagequeue_consume_topics_failure_count{topic="check"} 4 messagequeue_consume_topics_failure_count{topic="order"} 2 messagequeue_consume_topics_failure_count{topic="giftcard"} 1 # 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"} 3.7012191999999855 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 11846 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 11851 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 11872 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 11874 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 11874 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 11875 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 11875 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 243.03070120000075 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 8450 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"} 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.008"} 2165 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"} 5839 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"} 7439 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"} 8082 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"} 8252 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"} 8328 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"} 8361 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"} 8422 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"} 8450 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"} 8450 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"} 8450 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"} 8450 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"} 8450 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"} 8450 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"} 3919.448550200017 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"} 72754 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"} 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.064"} 69403 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"} 72147 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"} 72374 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"} 72462 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"} 72583 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"} 72734 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"} 72754 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"} 72754 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"} 72754 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"} 72754 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"} 72754 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 7.725259799999864 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 59196 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 59201 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 59227 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 59233 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 59235 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 59235 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 3023.1652839999747 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 64727 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"} 5 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"} 2184 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"} 28226 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"} 50403 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"} 58354 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"} 61240 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"} 62856 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"} 63595 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"} 64407 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"} 64703 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"} 64725 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"} 64726 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"} 64726 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"} 64727 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"} 64727 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}"} 5065.286725199978 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}"} 48096 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"} 717 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"} 37845 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"} 45011 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"} 46007 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"} 46385 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"} 47111 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"} 47925 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"} 48087 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"} 48091 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"} 48092 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"} 48094 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"} 48096 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"} 5751.697250000033 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"} 81368 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"} 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.064"} 64601 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"} 77141 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"} 79953 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"} 80612 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"} 81014 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"} 81313 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"} 81364 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"} 81367 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"} 81367 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"} 81368 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"} 81368 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"} 8125.7892289000065 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"} 74129 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"} 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.128"} 70529 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"} 71706 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"} 72252 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"} 73475 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"} 74056 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"} 74127 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"} 74127 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"} 74127 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"} 74129 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"} 74129 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 645.833720699999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 6724 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"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.064"} 4834 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.128"} 6276 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.256"} 6496 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.512"} 6543 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="1.024"} 6604 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="2.048"} 6700 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="4.096"} 6723 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="8.192"} 6724 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="16.384"} 6724 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="32.768"} 6724 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="+Inf"} 6724 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 311.4944723999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 5249 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"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.064"} 4421 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.128"} 5153 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.256"} 5207 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.512"} 5214 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="1.024"} 5232 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="2.048"} 5248 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="4.096"} 5249 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="8.192"} 5249 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="16.384"} 5249 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="32.768"} 5249 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="+Inf"} 5249 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 31.63074230000003 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 5241 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"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.004"} 4456 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.008"} 4661 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.016"} 4730 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.032"} 5131 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.064"} 5216 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.128"} 5235 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.256"} 5237 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="0.512"} 5237 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="1.024"} 5241 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="2.048"} 5241 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="4.096"} 5241 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="8.192"} 5241 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="16.384"} 5241 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="32.768"} 5241 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate",le="+Inf"} 5241 http_request_duration_seconds_sum{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 66.47787579999991 http_request_duration_seconds_count{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 1469 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"} 245 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.064"} 1435 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.128"} 1454 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.256"} 1455 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="0.512"} 1458 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="1.024"} 1465 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="2.048"} 1468 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="4.096"} 1469 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="8.192"} 1469 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="16.384"} 1469 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="32.768"} 1469 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",le="+Inf"} 1469 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"} 5326.126875599985 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"} 107558 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"} 155 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"} 100847 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"} 106180 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"} 106883 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"} 107088 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"} 107327 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"} 107529 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"} 107558 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"} 107558 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"} 107558 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"} 107558 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"} 107558 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 32.57256509999994 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 1956 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"} 678 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 1782 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 1886 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 1915 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 1927 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 1945 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 1948 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 1954 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 1956 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 1956 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 1956 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 1956 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 1956 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 1956 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 20132.556964900006 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 3303 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.032"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.064"} 34 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.128"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.256"} 165 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.512"} 292 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="1.024"} 466 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="2.048"} 828 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="4.096"} 1414 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="8.192"} 2196 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="16.384"} 3209 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="32.768"} 3303 http_request_duration_seconds_bucket{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="+Inf"} 3303 http_request_duration_seconds_sum{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 1113.9594359999987 http_request_duration_seconds_count{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 740 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.032"} 7 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.064"} 29 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.128"} 60 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.256"} 117 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="0.512"} 165 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="1.024"} 323 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="2.048"} 528 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="4.096"} 700 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="8.192"} 740 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="16.384"} 740 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="32.768"} 740 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod",le="+Inf"} 740 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 0.2850012 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 25 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"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.008"} 19 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 21 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 23 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 24 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 25 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 25 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"} 264.7312684 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"} 1195 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"} 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.128"} 808 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"} 1010 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"} 1082 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"} 1152 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"} 1185 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"} 1195 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"} 1195 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"} 1195 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"} 1195 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"} 1195 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"} 39.7161947 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"} 442 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"} 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.064"} 342 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"} 426 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"} 430 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"} 432 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"} 436 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"} 441 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"} 442 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"} 442 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"} 442 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"} 442 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"} 442 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}"} 17.31195330000001 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}"} 765 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"} 706 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"} 735 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"} 744 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"} 748 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"} 753 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"} 759 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"} 765 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"} 765 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"} 765 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"} 765 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"} 765 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"} 765 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"} 765 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"} 836.8483858999994 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"} 1400 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"} 44 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"} 307 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"} 546 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"} 836 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"} 1198 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"} 1338 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"} 1389 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"} 1399 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"} 1400 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"} 1400 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"} 1400 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"} 307.6274519999999 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"} 2613 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"} 1462 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"} 2470 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"} 2497 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"} 2511 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"} 2554 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"} 2595 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"} 2613 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"} 2613 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"} 2613 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"} 2613 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"} 2613 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"} 6.064505499999998 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"} 73 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"} 17 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"} 61 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"} 63 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"} 63 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"} 66 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"} 69 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"} 72 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"} 73 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"} 73 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"} 73 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"} 73 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"} 73 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"} 73 http_request_duration_seconds_sum{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 4073.7117149000014 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 930 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"} 11 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"} 43 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"} 92 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"} 272 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"} 418 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"} 564 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"} 702 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"} 795 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"} 860 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"} 913 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"} 930 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.03847120000000001 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 61 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 0.44882750000000005 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 25 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 28 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"} 0.2076469 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"} 3 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"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 32.5220931 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"} 31 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"} 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.128"} 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.256"} 1 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"} 6 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"} 22 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"} 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="4.096"} 30 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"} 31 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"} 31 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"} 31 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"} 31 http_request_duration_seconds_sum{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 1.2730320000000002 http_request_duration_seconds_count{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 77 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"} 66 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"} 73 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"} 74 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"} 75 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"} 77 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"} 77 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"} 77 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"} 77 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"} 77 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"} 77 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"} 77 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"} 77 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"} 77 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"} 4.842168100000005 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"} 72 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"} 1 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"} 52 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"} 61 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"} 63 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"} 64 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"} 67 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"} 70 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"} 71 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"} 72 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"} 72 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"} 72 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"} 72 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"} 72 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"} 72 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"} 0.9542593 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"} 25 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"} 15 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"} 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.128"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 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"} 25 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.20939500000000008 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 584 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 590 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 591 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 591 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 591 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 592 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 592 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}"} 4.0285778 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}"} 17 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"} 4 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"} 6 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"} 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.032"} 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.064"} 12 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"} 12 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"} 12 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"} 13 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"} 16 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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.683469 http_request_duration_seconds_count{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions"} 98 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"} 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.008"} 85 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"} 94 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 214.01217720000005 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"} 125 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"} 4 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"} 14 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"} 54 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"} 81 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"} 93 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"} 114 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"} 124 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"} 124 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"} 124 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"} 125 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"} 2.7935764000000014 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"} 1 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"} 50 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"} 57 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="301",method="GET",controller="",action="",endpoint=""} 0.0016996 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="200",method="GET",controller="SettlementReports",action="GetSettlementReport",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}"} 7.529574399999997 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}"} 181 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"} 1 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"} 168 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"} 177 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"} 177 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"} 177 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"} 178 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"} 180 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"} 181 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"} 181 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"} 181 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"} 181 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"} 181 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"} 181 http_request_duration_seconds_sum{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 27.3585322 http_request_duration_seconds_count{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 13 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"} 5 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"} 8 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"} 8 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"} 8 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"} 10 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"} 11 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 13 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"} 13 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.002326 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 7 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 7 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.5554328999999998 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"} 31 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"} 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.004"} 21 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"} 28 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"} 30 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"} 30 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"} 30 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"} 30 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"} 30 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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.5224419 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}"} 10 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"} 3 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"} 8 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"} 9 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0025862 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 6 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 6 http_request_duration_seconds_sum{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 1.7098451 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"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.128"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.256"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="0.512"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="1.024"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="2.048"} 2 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="4.096"} 2 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="8.192"} 2 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis",le="16.384"} 2 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="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 136.4463423 http_request_duration_seconds_count{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 19 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"} 4 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"} 11 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"} 19 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"} 19 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"} 19 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0029617000000000003 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 2 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"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 3 http_request_duration_seconds_sum{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 7.544352300000001 http_request_duration_seconds_count{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 281 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"} 65 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.016"} 262 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.032"} 270 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.064"} 275 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.128"} 275 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.256"} 275 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="0.512"} 276 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="1.024"} 280 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="2.048"} 281 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="4.096"} 281 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="8.192"} 281 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="16.384"} 281 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="32.768"} 281 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher",le="+Inf"} 281 http_request_duration_seconds_sum{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 0.1160227 http_request_duration_seconds_count{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 1 http_request_duration_seconds_bucket{code="404",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="404",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="404",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="404",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="404",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="404",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="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.064"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases"} 0.1402152 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 0.04083 http_request_duration_seconds_count{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 1 http_request_duration_seconds_bucket{code="500",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="500",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="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.064"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.128"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.256"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="0.512"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="1.024"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="2.048"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="4.096"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="8.192"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="16.384"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",le="+Inf"} 1 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0007514 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 5 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0001747 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.0185709 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 1 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 1 # HELP http_requests_received_total Provides the count of HTTP requests that have been processed by the ASP.NET Core pipeline. # TYPE http_requests_received_total counter http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 11875 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 8450 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"} 72754 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 59235 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 64727 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 48096 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"} 81368 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"} 74129 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasis"} 6724 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 5249 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBasisSalesStartDate"} 5241 http_requests_received_total{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher"} 1469 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"} 107558 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 1956 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 3303 http_requests_received_total{code="500",method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 740 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 25 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"} 1195 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"} 442 http_requests_received_total{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 765 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"} 1400 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"} 2613 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"} 73 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 930 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 61 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 28 http_requests_received_total{code="400",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 3 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/SIE"} 31 http_requests_received_total{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 77 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"} 72 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"} 25 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 592 http_requests_received_total{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 17 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasesuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Suggestions"} 98 http_requests_received_total{code="200",method="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF"} 125 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="301",method="GET",controller="",action="",endpoint=""} 5 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}"} 181 http_requests_received_total{code="499",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 13 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 7 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"} 31 http_requests_received_total{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisDetails",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}"} 10 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 6 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="499",method="GET",controller="VoucherBases",action="GetVoucherBasisSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation"} 19 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 3 http_requests_received_total{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 281 http_requests_received_total{code="404",method="GET",controller="VoucherBases",action="GetVoucherBasisPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF"} 1 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases"} 1 http_requests_received_total{code="500",method="GET",controller="VoucherBases",action="GetVoucherBasisList",endpoint="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 1 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 5 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 1 # HELP http_requests_in_progress The number of requests currently in progress in the ASP.NET Core pipeline. One series without controller/action label values counts all in-progress requests, with separate series existing for each controller-action pair. # TYPE http_requests_in_progress gauge http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="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="OPTIONS",controller="",action="",endpoint=""} 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="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/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="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateSettlementReportVoucher"} 0 http_requests_in_progress{method="GET",controller="VoucherBases",action="GetPaymentMethodSummation",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PaymentMethod"} 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="PUT",controller="VoucherBases",action="PublishVoucherBasis",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Publish"} 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="SettlementReports",action="GetSettlementReportSIE",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/SettlementReports/{settlementReportId:Guid}/SIE"} 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="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 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="GET",controller="VoucherBases",action="GetVoucherBasisSummationPDF",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/Summation/PDF"} 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="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/GetVoucherBases"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 120060 dotnet_collection_count_total{generation="1"} 64180 dotnet_collection_count_total{generation="2"} 6568 # 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 1771470745.0583298 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 87168.15 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 34479964160 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 1228324864 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1931886592 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 768 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 134 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 197759928 # 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"} 244 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 10 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 156 prometheus_net_metric_instances{metric_type="gauge"} 311 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 85 # 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"} 156 prometheus_net_metric_timeseries{metric_type="gauge"} 311 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 1883 # 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 23112009 # HELP prometheus_net_eventcounteradapter_sources_connected_total Number of event sources that are currently connected to the adapter. # TYPE prometheus_net_eventcounteradapter_sources_connected_total gauge prometheus_net_eventcounteradapter_sources_connected_total 7 # HELP prometheus_net_meteradapter_instruments_connected Number of instruments that are currently connected to the adapter. # TYPE prometheus_net_meteradapter_instruments_connected gauge prometheus_net_meteradapter_instruments_connected 31 # HELP npgsql_db_client_connections_usage ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_usage gauge npgsql_db_client_connections_usage{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",state="idle"} 20 npgsql_db_client_connections_usage{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",state="used"} 0 # HELP npgsql_db_client_connections_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_max gauge npgsql_db_client_connections_max{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 48 # HELP system_net_http_http_client_active_requests ({request}) Number of outbound HTTP requests that are currently active on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_active_requests gauge system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="GET",server_address="securetoken.google.com",url_scheme="https"} 0 # HELP system_net_http_http_client_request_duration (s) The duration of outbound HTTP requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 27261.658992599456 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"} 544955 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"} 1175 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"} 239783 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"} 404648 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"} 506573 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"} 525461 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"} 531710 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"} 537766 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"} 544163 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"} 544861 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 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"} 544955 system_net_http_http_client_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.0160384 system_net_http_http_client_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 1 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.051044822429017 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 1228.324864 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 196.698568 # 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 120056 # 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 64179 # 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 6568 # 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 187 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 13 # 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 5646173 # 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 350451034 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 8459668629720 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 50 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 34.27503770486658 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 313.757696 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 4985851 # HELP system_runtime_time_in_gc (%) % Time in GC since last GC # TYPE system_runtime_time_in_gc gauge system_runtime_time_in_gc 2 # 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 523004.57399999996 # 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 6209000 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 94469144 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 27609976 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 2458928 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 308 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 232768132 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 10677935 # 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 1835012.0039 # 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.1.72",server_port="80"} 0 microsoft_aspnetcore_server_kestrel_kestrel_queued_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.1.72",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.1.72",server_port="80"} 7 microsoft_aspnetcore_server_kestrel_kestrel_active_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.1.72",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="OPTIONS",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="HEAD",url_scheme="http"} 0 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 131650 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 47292 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"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/healthz"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases"} 713 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"} 3 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"} 3 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"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="(missing)"} 662 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"} 2 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"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/jobs/{**path}"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="Version"} 141 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}"} 612 # HELP npgsql_db_client_commands_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_commands_executing gauge npgsql_db_client_commands_executing{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0 # HELP npgsql_db_client_commands_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_commands_bytes_written gauge npgsql_db_client_commands_bytes_written{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 24112818098 # HELP npgsql_db_client_commands_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_commands_bytes_read gauge npgsql_db_client_commands_bytes_read{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 125346109081 # HELP npgsql_db_client_commands_duration (s) The duration of database commands, in seconds. (Histogram`1) # TYPE npgsql_db_client_commands_duration histogram npgsql_db_client_commands_duration_sum{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 183330.93261323005 npgsql_db_client_commands_duration_count{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 16055532 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 17002017 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 17507164 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 17769952 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 17899608 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 17958060 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 18003815 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 18035544 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 18040508 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 18041767 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 18042904 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 18043351 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 18043359 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 18043359 # HELP microsoft_aspnetcore_hosting_http_server_request_duration (s) Duration of HTTP server requests. (Histogram`1) # TYPE microsoft_aspnetcore_hosting_http_server_request_duration histogram microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 1720.7215972999895 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"} 108777 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"} 103819 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"} 105159 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"} 106161 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"} 106388 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"} 106831 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"} 107283 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"} 107950 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"} 108557 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"} 108762 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"} 108775 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 108777 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"} 8.8019791 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"} 323 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"} 300 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"} 305 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"} 308 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"} 308 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"} 310 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"} 314 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"} 317 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"} 322 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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"} 323 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.5909912999999998 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 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"} 658 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http"} 0.0017162 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",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="301",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="301",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="301",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="301",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http"} 1133.6128384000044 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"} 47291 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"} 11 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"} 45357 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"} 46287 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"} 46431 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"} 46575 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"} 46748 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"} 47001 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"} 47235 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 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"} 47291 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http"} 0.0190972 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/healthz",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",network_protocol_version="1.1",url_scheme="http"} 1.7519797999999998 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"} 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}/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"} 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}/PDF",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}/PDF",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}/PDF",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}/PDF",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/PDF",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}/Voucher",network_protocol_version="1.1",url_scheme="http"} 0.5669289 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"} 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.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"} 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}/Voucher",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}/Voucher",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}/Voucher",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{voucherBasisId:Guid}/Voucher",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.0509538 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"} 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.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"} 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.32"} 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.64"} 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="1.28"} 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="2.56"} 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="5.12"} 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="10.24"} 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="20.48"} 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="40.96"} 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="81.92"} 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="163.84"} 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="327.68"} 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="655.36"} 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="1310.72"} 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="2621.44"} 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="5242.88"} 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="10485.76"} 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="20971.52"} 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="41943.04"} 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="83886.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="167772.16"} 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="+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",network_protocol_version="1.1",url_scheme="http"} 0.0232696 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"} 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.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",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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",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="400",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases/{id:Guid}",network_protocol_version="1.1",url_scheme="http"} 0.0370784 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"} 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.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"} 1 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"} 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.08"} 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.16"} 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.32"} 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.64"} 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="1.28"} 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="2.56"} 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="5.12"} 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="10.24"} 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="20.48"} 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="40.96"} 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="81.92"} 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="163.84"} 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="327.68"} 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="655.36"} 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="1310.72"} 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="2621.44"} 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="5242.88"} 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="10485.76"} 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="20971.52"} 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="41943.04"} 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="83886.08"} 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="167772.16"} 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="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/OrderVoucherBases",network_protocol_version="1.1",url_scheme="http"} 48.33761370000004 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"} 712 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"} 235 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"} 502 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"} 621 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"} 666 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"} 682 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"} 697 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"} 710 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"} 711 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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"} 712 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.2633895 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"} 2 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"} 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.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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http"} 0.0017542 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="/jobs/{**path}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http"} 0.0814355 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",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="400",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="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",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="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="/Ancon.Wildcat.Shared.Communication.Voucher.V1.VoucherBases.VoucherBasesService/CreateVoucher",network_protocol_version="2",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.14816309999999996 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 141 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"} 74.95785339999999 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"} 601 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"} 15 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"} 536 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"} 556 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"} 564 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"} 573 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"} 588 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"} 600 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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"} 601 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.00261 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 549052 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 549044 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 207 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 207 # 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 58446 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 206611 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 197296519188 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 113717292669 # 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 58359 # 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 57934 # 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 57961 # HELP system_net_security_current_tls_handshakes Current TLS handshakes # TYPE system_net_security_current_tls_handshakes gauge system_net_security_current_tls_handshakes 0 # HELP system_net_security_failed_tls_handshakes Total TLS handshakes failed # TYPE system_net_security_failed_tls_handshakes gauge system_net_security_failed_tls_handshakes 0 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 52 # 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 52 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 0 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 0 # HELP microsoft_entityframeworkcore_active_db_contexts Active DbContexts # TYPE microsoft_entityframeworkcore_active_db_contexts gauge microsoft_entityframeworkcore_active_db_contexts 1 # HELP microsoft_entityframeworkcore_total_queries Queries (Total) # TYPE microsoft_entityframeworkcore_total_queries gauge microsoft_entityframeworkcore_total_queries 6063928 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 6063927 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 1393455 # 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 1393455 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate 100 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP microsoft_aspnetcore_hosting_requests_per_second_total Request Rate # TYPE microsoft_aspnetcore_hosting_requests_per_second_total counter microsoft_aspnetcore_hosting_requests_per_second_total 740382 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 740382 # 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 751 # 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 206613 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 206613 # 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 8 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP microsoft_aspnetcore_server_kestrel_kestrel_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.1.72",server_port="80"} 8024102.024606047 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.1.72",server_port="80"} 197615 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.1.72",server_port="80",le="0.01"} 90287 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.1.72",server_port="80",le="0.02"} 91447 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.1.72",server_port="80",le="0.04"} 92322 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.1.72",server_port="80",le="0.08"} 92520 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.1.72",server_port="80",le="0.16"} 92906 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.1.72",server_port="80",le="0.32"} 93294 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.1.72",server_port="80",le="0.64"} 93876 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.1.72",server_port="80",le="1.28"} 94413 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.1.72",server_port="80",le="2.56"} 94606 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.1.72",server_port="80",le="5.12"} 94630 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.1.72",server_port="80",le="10.24"} 94649 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.1.72",server_port="80",le="20.48"} 94676 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.1.72",server_port="80",le="40.96"} 94720 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.1.72",server_port="80",le="81.92"} 170985 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.1.72",server_port="80",le="163.84"} 194312 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.1.72",server_port="80",le="327.68"} 197491 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.1.72",server_port="80",le="655.36"} 197610 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.1.72",server_port="80",le="1310.72"} 197615 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.1.72",server_port="80",le="2621.44"} 197615 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.1.72",server_port="80",le="5242.88"} 197615 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.1.72",server_port="80",le="10485.76"} 197615 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.1.72",server_port="80",le="20971.52"} 197615 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.1.72",server_port="80",le="41943.04"} 197615 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.1.72",server_port="80",le="83886.08"} 197615 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.1.72",server_port="80",le="167772.16"} 197615 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.1.72",server_port="80",le="+Inf"} 197615 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.1.72",server_port="443"} 0.35774249999999996 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.1.72",server_port="443"} 2 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.1.72",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.1.72",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.1.72",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.1.72",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.1.72",server_port="443",le="0.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.1.72",server_port="443",le="0.32"} 2 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.1.72",server_port="443",le="0.64"} 2 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.1.72",server_port="443",le="1.28"} 2 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.1.72",server_port="443",le="2.56"} 2 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.1.72",server_port="443",le="5.12"} 2 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.1.72",server_port="443",le="10.24"} 2 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.1.72",server_port="443",le="20.48"} 2 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.1.72",server_port="443",le="40.96"} 2 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.1.72",server_port="443",le="81.92"} 2 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.1.72",server_port="443",le="163.84"} 2 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.1.72",server_port="443",le="327.68"} 2 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.1.72",server_port="443",le="655.36"} 2 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.1.72",server_port="443",le="1310.72"} 2 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.1.72",server_port="443",le="2621.44"} 2 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.1.72",server_port="443",le="5242.88"} 2 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.1.72",server_port="443",le="10485.76"} 2 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.1.72",server_port="443",le="20971.52"} 2 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.1.72",server_port="443",le="41943.04"} 2 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.1.72",server_port="443",le="83886.08"} 2 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.1.72",server_port="443",le="167772.16"} 2 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.1.72",server_port="443",le="+Inf"} 2 # HELP npgsql_db_client_commands_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_commands_prepared_ratio gauge npgsql_db_client_commands_prepared_ratio{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0 # HELP system_net_nameresolution_dns_lookup_duration (s) Measures the time taken to perform a DNS lookup. (Histogram`1) # TYPE system_net_nameresolution_dns_lookup_duration histogram system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="securetoken.google.com"} 0.028366700000000005 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="securetoken.google.com"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.01"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.02"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.04"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.08"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.16"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.32"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.64"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1.28"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2.56"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5.12"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10.24"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20.48"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="40.96"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="81.92"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="163.84"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="327.68"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="655.36"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1310.72"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2621.44"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5242.88"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10485.76"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20971.52"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="41943.04"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="83886.08"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="167772.16"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="+Inf"} 11 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.4096864000000002 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 111 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"} 107 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 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"} 111 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 111 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com"} 3.039828499999998 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 886 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 918 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 921 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 921 # 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:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.92",network_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.82",network_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.92",network_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.82",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram system_net_http_http_client_request_time_in_queue_sum{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.0065436 system_net_http_http_client_request_time_in_queue_count{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 1 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"} 13.386020199999995 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"} 118 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"} 19 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"} 26 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"} 26 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"} 26 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"} 112 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"} 114 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"} 115 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 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"} 118 # 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:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 134.72199999999998 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:172.217.171.110",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 2 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.82",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 340.929 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.82",network_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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.82",network_protocol_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 microsoftidentitymodel_meter_identitymodelconfigurationmanager Counter capturing configuration manager operations. (Counter`1) # TYPE microsoftidentitymodel_meter_identitymodelconfigurationmanager gauge microsoftidentitymodel_meter_identitymodelconfigurationmanager{identitymodelversion="8.7.0.0",metadataaddress="https://securetoken.google.com/leen-61727/.well-known/openid-configuration",operationstatus="LastKnownGood"} 1306 # HELP npgsql_db_client_connections_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connections_create_time histogram npgsql_db_client_connections_create_time_sum{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 135.01698079999994 npgsql_db_client_connections_create_time_count{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 39 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 187 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 376 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 682 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 858 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 878 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 919 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 920 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-voucher-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=voucher;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 920 # 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.1.72",server_port="443"} 0 # HELP grpc_aspnetcore_server_total_calls Total Calls # TYPE grpc_aspnetcore_server_total_calls gauge grpc_aspnetcore_server_total_calls 20948 # 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 1777 # 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 19171 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 20948 # HELP grpc_aspnetcore_server_calls_unimplemented Total Calls Unimplemented # TYPE grpc_aspnetcore_server_calls_unimplemented gauge grpc_aspnetcore_server_calls_unimplemented 0 # HELP OrderLag Generic gauge for OrderLag # TYPE OrderLag gauge OrderLag 0.2412779 # HELP npgsql_db_client_connections_pending_requests ({request}) The number of pending requests for an open connection, cumulative for the entire pool. (UpDownCounter`1) # TYPE npgsql_db_client_connections_pending_requests gauge # HELP npgsql_db_client_commands_failed ({command}) The number of database commands which have failed. (Counter`1) # TYPE npgsql_db_client_commands_failed gauge