# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 14 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 94879 # HELP dotnet_gc_memory_total_available_bytes The upper limit on the amount of physical memory .NET can allocate to # TYPE dotnet_gc_memory_total_available_bytes gauge dotnet_gc_memory_total_available_bytes 2249997312 # HELP dotnet_gc_pause_ratio The percentage of time the process spent paused for garbage collection # TYPE dotnet_gc_pause_ratio gauge dotnet_gc_pause_ratio 0 # HELP dotnet_gc_heap_size_bytes The current size of all heaps (only updated after a garbage collection) # TYPE dotnet_gc_heap_size_bytes gauge dotnet_gc_heap_size_bytes{gc_generation="0"} 76984 dotnet_gc_heap_size_bytes{gc_generation="1"} 1010824 dotnet_gc_heap_size_bytes{gc_generation="2"} 73810816 dotnet_gc_heap_size_bytes{gc_generation="loh"} 8672496 # 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"} 42001 dotnet_gc_collection_count_total{gc_generation="1"} 11371 dotnet_gc_collection_count_total{gc_generation="2"} 484 # 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 102502954680 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 10136218 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 188597 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 10 # 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 6331526 # 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 22402 dotnet_threadpool_queue_length_count 224078 dotnet_threadpool_queue_length_bucket{le="0"} 214524 dotnet_threadpool_queue_length_bucket{le="1"} 217107 dotnet_threadpool_queue_length_bucket{le="10"} 224074 dotnet_threadpool_queue_length_bucket{le="100"} 224078 dotnet_threadpool_queue_length_bucket{le="1000"} 224078 dotnet_threadpool_queue_length_bucket{le="+Inf"} 224078 # 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.22",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Workstation"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 1 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 1.6036607135708663 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 582.111232 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 61.50624 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 1 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 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 10 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 0 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 3 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 45 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 244792 # 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 27.55986437513857 # HELP runtime_exceptions_total Exception Count # TYPE runtime_exceptions_total gauge runtime_exceptions_total 0 # HELP runtime_time_in_gc_ratio % Time in GC since last GC # TYPE runtime_time_in_gc_ratio gauge runtime_time_in_gc_ratio 1 # HELP runtime_gc_size_gen0_bytes GC size in bytes (Gen 0) # TYPE runtime_gc_size_gen0_bytes gauge runtime_gc_size_gen0_bytes 76984 # HELP runtime_gc_size_gen1_bytes GC size in bytes (Gen 1) # TYPE runtime_gc_size_gen1_bytes gauge runtime_gc_size_gen1_bytes 1010824 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 73810816 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 8672496 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 970312 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 294 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 10136218 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 188597 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 14 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 83512 # 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 12 # 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 48065 # 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 15 # 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 48050 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 48065 # 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 51801 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 11 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 51428 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 11 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio 100 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 1 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 23529 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 7 # HELP kestrel_tls_handshakes_per_second Number of TLS Handshakes made between update intervals # TYPE kestrel_tls_handshakes_per_second gauge kestrel_tls_handshakes_per_second 0 # HELP kestrel_tls_handshakes_total Total number of TLS handshakes made # TYPE kestrel_tls_handshakes_total gauge kestrel_tls_handshakes_total 1 # HELP kestrel_tls_handshakes_current_total Number of currently active TLS handshakes # TYPE kestrel_tls_handshakes_current_total gauge kestrel_tls_handshakes_current_total 1 # HELP kestrel_tls_handshakes_failed_total Total number of failed TLS handshakes # TYPE kestrel_tls_handshakes_failed_total gauge kestrel_tls_handshakes_failed_total 1 # HELP kestrel_connections_queue_total Length of Kestrel Connection Queue # TYPE kestrel_connections_queue_total gauge kestrel_connections_queue_total 1 # HELP kestrel_requests_queue_total Length total HTTP request queue # TYPE kestrel_requests_queue_total gauge kestrel_requests_queue_total 1 # HELP kestrel_requests_upgraded_total Current Upgraded Requests (WebSockets) # TYPE kestrel_requests_upgraded_total gauge kestrel_requests_upgraded_total 1 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 68832 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 4 # 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 3 # 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 2299 # 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 26 # 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 26 # 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 2369 # 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 2359 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 23529 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 627341654 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 3781358616 # 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 51433 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 356572.0181000032 # 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"} 667226 efcore_savechanges_counts_by_states{state="Deleted"} 684 efcore_savechanges_counts_by_states{state="Modified"} 49858 efcore_savechanges_counts_by_states{state="Added"} 11438 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 15 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 1 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="message-queue"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 hangfire_current_enqueued{queue="integration-events"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 0 # HELP hangfire_current_processing Number of hangfire jobs processing # TYPE hangfire_current_processing gauge hangfire_current_processing 0 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 1948682 # 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 35 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 0 # HELP hangfire_current_awaiting Number of hangfire jobs awaiting # TYPE hangfire_current_awaiting gauge hangfire_current_awaiting 0 # HELP hangfire_current_api_jobs Number of hangfire api jobs currently in progress # TYPE hangfire_current_api_jobs gauge # HELP hangfire_api_jobs_success_count Number of hangfire api jobs executed # TYPE hangfire_api_jobs_success_count counter # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge # HELP hangfire_background_jobs_success_count Number of hangfire background jobs executed # TYPE hangfire_background_jobs_success_count counter # HELP hangfire_background_jobs_failure_count Number of hangfire background job failures # TYPE hangfire_background_jobs_failure_count counter # HELP mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter mongodbcollection_count{Name="Company"} 95930 mongodbcollection_count{Name="TenantDto"} 1744 mongodbcollection_count{Name="OutletDto"} 1383 mongodbcollection_count{Name="Customer"} 4420 mongodbcollection_count{Name="OutletClientDto"} 8 mongodbcollection_count{Name="MongoDbPermissionUser"} 23 mongodbcollection_count{Name="CompanyMember"} 20 mongodbcollection_count{Name="IdentityUser"} 1852 mongodbcollection_count{Name="GuestGroupAddonDto"} 5 mongodbcollection_count{Name="PermissionGroupDto"} 14 mongodbcollection_count{Name="PermissionDto"} 12 mongodbcollection_count{Name="TenantUser"} 74 mongodbcollection_count{Name="ApiToken"} 3 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="Company"} 449346 mongodbcollection_time{Name="TenantDto"} 17307 mongodbcollection_time{Name="OutletDto"} 10025 mongodbcollection_time{Name="Customer"} 13424 mongodbcollection_time{Name="OutletClientDto"} 11 mongodbcollection_time{Name="MongoDbPermissionUser"} 91 mongodbcollection_time{Name="CompanyMember"} 13 mongodbcollection_time{Name="IdentityUser"} 4074 mongodbcollection_time{Name="GuestGroupAddonDto"} 8 mongodbcollection_time{Name="PermissionGroupDto"} 16 mongodbcollection_time{Name="PermissionDto"} 14 mongodbcollection_time{Name="TenantUser"} 72 mongodbcollection_time{Name="ApiToken"} 7 # 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 98524 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 501810 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 23 # 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 83675 # 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 28916 # HELP messagequeue_consumed_topics_count Total number of message queue envelopes consumed by topic # TYPE messagequeue_consumed_topics_count counter messagequeue_consumed_topics_count{topic="order"} 28455 messagequeue_consumed_topics_count{topic="integration"} 115 messagequeue_consumed_topics_count{topic="menutree"} 242 messagequeue_consumed_topics_count{topic="product"} 20 messagequeue_consumed_topics_count{topic="tenantuser"} 49 messagequeue_consumed_topics_count{topic="company"} 19 messagequeue_consumed_topics_count{topic="discount"} 16 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 252334.75790000023 # 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="order"} 239572.15299999886 messagequeue_consume_handle_topics_time{topic="integration"} 439.4796000000001 messagequeue_consume_handle_topics_time{topic="menutree"} 10331.226700000001 messagequeue_consume_handle_topics_time{topic="product"} 107.68120000000002 messagequeue_consume_handle_topics_time{topic="tenantuser"} 95.6198 messagequeue_consume_handle_topics_time{topic="company"} 66.2926 messagequeue_consume_handle_topics_time{topic="discount"} 1845.6914999999997 # HELP messagequeue_consume_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox # TYPE messagequeue_consume_failure_count counter messagequeue_consume_failure_count 1 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter messagequeue_consume_topics_failure_count{topic="order"} 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"} 0.5793781000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 1232 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 1237 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 1266 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 1268 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 1268 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 1269 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 1269 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 71.9122209000002 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 3840 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.008"} 2643 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.016"} 3686 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.032"} 3770 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.064"} 3790 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.128"} 3797 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.256"} 3799 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.512"} 3799 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="1.024"} 3832 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="2.048"} 3840 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="4.096"} 3840 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="8.192"} 3840 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="16.384"} 3840 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="32.768"} 3840 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="+Inf"} 3840 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 0.3546462999999998 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 3880 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 3880 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 3888 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 3889 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 3889 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 1172.5286577999916 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 47904 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.016"} 45391 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.032"} 46890 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.064"} 47129 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.128"} 47162 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.256"} 47171 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.512"} 47179 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="1.024"} 47842 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="2.048"} 47899 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="4.096"} 47904 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="8.192"} 47904 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="16.384"} 47904 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="32.768"} 47904 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="+Inf"} 47904 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 12.126195699999993 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 171 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.016"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.032"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.064"} 138 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.128"} 162 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.256"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.512"} 164 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="1.024"} 170 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="2.048"} 171 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="4.096"} 171 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="8.192"} 171 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="16.384"} 171 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="32.768"} 171 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="+Inf"} 171 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 1.4304881 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.016"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.032"} 43 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.064"} 43 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.128"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.256"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.512"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="1.024"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="2.048"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="4.096"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="8.192"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="16.384"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="32.768"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="+Inf"} 45 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions"} 1.0260515 http_request_duration_seconds_count{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.008"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.016"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.032"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.064"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.128"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.256"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="0.512"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="1.024"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="2.048"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="4.096"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="8.192"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="16.384"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="32.768"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions",le="+Inf"} 53 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.046279799999999996 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 27 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 27 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 28 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 29 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 29 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 30 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 30 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 0.2716182 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.008"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.016"} 34 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.032"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.064"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.128"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.256"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.512"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="1.024"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="2.048"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="4.096"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="8.192"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="16.384"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="32.768"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="+Inf"} 35 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 1.6169057000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.008"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.016"} 52 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.032"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.064"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.128"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.256"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.512"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="1.024"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="2.048"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="4.096"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="8.192"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="16.384"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="32.768"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="+Inf"} 57 http_request_duration_seconds_sum{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 0.7634116999999999 http_request_duration_seconds_count{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.064"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.128"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.256"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="0.512"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="1.024"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="2.048"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="4.096"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="8.192"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="16.384"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="32.768"} 9 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members",le="+Inf"} 9 http_request_duration_seconds_sum{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 435.98935549999953 http_request_duration_seconds_count{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 751 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.512"} 522 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="1.024"} 673 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="2.048"} 740 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="4.096"} 751 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="8.192"} 751 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="16.384"} 751 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="32.768"} 751 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="+Inf"} 751 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 36.952336899999914 http_request_duration_seconds_count{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 1264 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.008"} 233 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.016"} 1061 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.032"} 1211 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.064"} 1235 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.128"} 1239 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.256"} 1241 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.512"} 1241 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="1.024"} 1262 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="2.048"} 1263 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="4.096"} 1264 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="8.192"} 1264 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="16.384"} 1264 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="32.768"} 1264 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="+Inf"} 1264 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 120.1182516 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 145 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="1.024"} 123 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="2.048"} 145 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="4.096"} 145 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="8.192"} 145 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="16.384"} 145 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="32.768"} 145 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="+Inf"} 145 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}"} 0.1913771 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.016"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.032"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.064"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.128"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.256"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="0.512"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="1.024"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="2.048"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="4.096"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="8.192"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="16.384"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="32.768"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}",le="+Inf"} 18 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions"} 3.0002409999999986 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.016"} 43 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.032"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.064"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.128"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.256"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="0.512"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="1.024"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="2.048"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="4.096"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="8.192"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="16.384"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="32.768"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions",le="+Inf"} 97 http_request_duration_seconds_sum{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 0.1845583 http_request_duration_seconds_count{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.032"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.064"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.128"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.256"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="0.512"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="1.024"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="2.048"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="4.096"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="8.192"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="16.384"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="32.768"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 0.1588993 http_request_duration_seconds_count{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation"} 0.0408384 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search"} 1.0084313999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.064"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.128"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.256"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="0.512"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="1.024"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="2.048"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="4.096"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="8.192"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="16.384"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="32.768"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members"} 0.09577569999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.032"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.128"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.256"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="0.512"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="1.024"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="2.048"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="4.096"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="8.192"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="16.384"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="32.768"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members",le="+Inf"} 13 http_request_duration_seconds_sum{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}"} 0.07380149999999999 http_request_duration_seconds_count{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 1.2936486 http_request_duration_seconds_count{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.016"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.064"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.128"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.256"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.512"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="1.024"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="2.048"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="4.096"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="8.192"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="16.384"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="32.768"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="+Inf"} 19 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics"} 0.0441725 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 0.152045 http_request_duration_seconds_count{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 0.0124496 http_request_duration_seconds_count{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 1.1781708 http_request_duration_seconds_count{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.032"} 11 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.064"} 14 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.128"} 14 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.256"} 14 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.512"} 14 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="1.024"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="2.048"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="4.096"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="8.192"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="16.384"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="32.768"} 15 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="+Inf"} 15 http_request_duration_seconds_sum{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 2.5745123999999997 http_request_duration_seconds_count{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.032"} 13 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.064"} 14 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.128"} 14 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.256"} 14 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.512"} 14 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="1.024"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="2.048"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="4.096"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="8.192"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="16.384"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="32.768"} 17 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="+Inf"} 17 http_request_duration_seconds_sum{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 0.29760719999999996 http_request_duration_seconds_count{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.016"} 8 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.032"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.064"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.128"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.256"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="0.512"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="1.024"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="2.048"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="4.096"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="8.192"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="16.384"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="32.768"} 18 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts",le="+Inf"} 18 http_request_duration_seconds_sum{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 0.8764199999999999 http_request_duration_seconds_count{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.016"} 15 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.032"} 15 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.064"} 15 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.128"} 15 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.256"} 15 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="0.512"} 15 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="1.024"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="2.048"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="4.096"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="8.192"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="16.384"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="32.768"} 16 http_request_duration_seconds_bucket{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register",le="+Inf"} 16 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 0.1019976 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.008"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.016"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.032"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.064"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.128"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.256"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.512"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="+Inf"} 12 http_request_duration_seconds_sum{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 0.0027604 http_request_duration_seconds_count{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.002"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.004"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.008"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.032"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.064"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.128"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.256"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.512"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="1.024"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="2.048"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="4.096"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="8.192"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="16.384"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="32.768"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers"} 18.5735 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="2.048"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="8.192"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="16.384"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="32.768"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers",le="+Inf"} 11 http_request_duration_seconds_sum{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 0.0013362 http_request_duration_seconds_count{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.001"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.002"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.004"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.008"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.016"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.032"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.064"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.128"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.256"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.512"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="1.024"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="2.048"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="4.096"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="8.192"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="16.384"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="32.768"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="+Inf"} 2 http_request_duration_seconds_sum{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 1.7448886999999997 http_request_duration_seconds_count{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.032"} 23 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.064"} 27 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.128"} 27 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.256"} 27 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="0.512"} 27 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="1.024"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="2.048"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="4.096"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="8.192"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="16.384"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="32.768"} 28 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders",le="+Inf"} 28 http_request_duration_seconds_sum{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 1.0674715000000004 http_request_duration_seconds_count{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.016"} 14 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.032"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.064"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.128"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.256"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="0.512"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="1.024"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="2.048"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="4.096"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="8.192"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="16.384"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="32.768"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}",le="+Inf"} 30 http_request_duration_seconds_sum{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 0.0993182 http_request_duration_seconds_count{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.008"} 2 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.032"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.064"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.128"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.256"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.512"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="1.024"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="2.048"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="4.096"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="8.192"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="16.384"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="32.768"} 6 http_request_duration_seconds_bucket{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 14.611282099999999 http_request_duration_seconds_count{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.512"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="1.024"} 26 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="2.048"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="4.096"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="8.192"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="16.384"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="32.768"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="+Inf"} 29 http_request_duration_seconds_sum{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 0.1648709 http_request_duration_seconds_count{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.064"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="+Inf"} 7 http_request_duration_seconds_sum{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 0.0478916 http_request_duration_seconds_count{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.064"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="1.024"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="4.096"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="8.192"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="16.384"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="32.768"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}"} 0.0351862 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 7.3488935999999985 http_request_duration_seconds_count{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 12 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="0.512"} 5 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="1.024"} 11 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="2.048"} 12 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="4.096"} 12 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="8.192"} 12 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="16.384"} 12 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="32.768"} 12 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer",le="+Inf"} 12 http_request_duration_seconds_sum{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 10.2874643 http_request_duration_seconds_count{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 5 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.064"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.128"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.256"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.512"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="1.024"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="2.048"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="4.096"} 5 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="8.192"} 5 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="16.384"} 5 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="32.768"} 5 http_request_duration_seconds_bucket{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="+Inf"} 5 http_request_duration_seconds_sum{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 1.2571742 http_request_duration_seconds_count{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.512"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="1.024"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 0.0163159 http_request_duration_seconds_count{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}"} 0.0268011 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 0.0251338 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.0101801 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers"} 7.4500463 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="4.096"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.0227306 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 0.012765199999999999 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 6 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.0010534 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0011443 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 0.0005981 http_request_duration_seconds_count{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 0.034835 http_request_duration_seconds_count{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.064"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.128"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.256"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="0.512"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="1.024"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.001556 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 0.6999961 http_request_duration_seconds_count{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.016"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.032"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.064"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="1.024"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="2.048"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="4.096"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="8.192"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="16.384"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="32.768"} 2 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}"} 0.0613861 http_request_duration_seconds_count{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 22.0954311 http_request_duration_seconds_count{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.001"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.002"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.004"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.008"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.016"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.032"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.064"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.128"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.256"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.512"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="1.024"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="2.048"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="4.096"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="8.192"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="16.384"} 0 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="32.768"} 1 http_request_duration_seconds_bucket{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="+Inf"} 1 http_request_duration_seconds_sum{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 29.7278973 http_request_duration_seconds_count{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.002"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.004"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.008"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.016"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.032"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.064"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.128"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.256"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="0.512"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="1.024"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="2.048"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="4.096"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="8.192"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="16.384"} 0 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",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"} 1269 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 3840 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 3889 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 47904 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 171 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 45 http_requests_received_total{code="200",method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions"} 53 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 30 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 35 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 57 http_requests_received_total{code="201",method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 9 http_requests_received_total{code="201",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 751 http_requests_received_total{code="200",method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 1264 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 145 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}"} 18 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions"} 97 http_requests_received_total{code="201",method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 4 http_requests_received_total{code="200",method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 3 http_requests_received_total{code="200",method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation"} 1 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search"} 22 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members"} 13 http_requests_received_total{code="200",method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}"} 6 http_requests_received_total{code="200",method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 19 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics"} 5 http_requests_received_total{code="200",method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 1 http_requests_received_total{code="423",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 1 http_requests_received_total{code="200",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 15 http_requests_received_total{code="201",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 17 http_requests_received_total{code="400",method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 18 http_requests_received_total{code="400",method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 16 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 12 http_requests_received_total{code="401",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 2 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers"} 11 http_requests_received_total{code="401",method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 2 http_requests_received_total{code="201",method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 28 http_requests_received_total{code="200",method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 30 http_requests_received_total{code="499",method="GET",controller="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 6 http_requests_received_total{code="200",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 29 http_requests_received_total{code="200",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 7 http_requests_received_total{code="400",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 1 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}"} 3 http_requests_received_total{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 12 http_requests_received_total{code="400",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 5 http_requests_received_total{code="201",method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 1 http_requests_received_total{code="404",method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}"} 1 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 12 http_requests_received_total{code="200",method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 2 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 6 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 2 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 3 http_requests_received_total{code="401",method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 1 http_requests_received_total{code="201",method="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 1 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 1 http_requests_received_total{code="400",method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 2 http_requests_received_total{code="200",method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}"} 1 http_requests_received_total{code="500",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 1 http_requests_received_total{code="423",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 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="Customers",action="GetCustomerDetails",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 1 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetTenantCompanyList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetTenantCompanyDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 0 http_requests_in_progress{method="GET",controller="TenantUsers",action="GetOutletAdminSuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/Suggestions"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetCustomerAddresses",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetTenantCompanyMemberList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 0 http_requests_in_progress{method="POST",controller="Companies",action="CreateTenantCompanyMembers",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members"} 0 http_requests_in_progress{method="POST",controller="Customers",action="CreateCustomer",endpoint="api/v{version:apiVersion}/Customers/Register"} 0 http_requests_in_progress{method="GET",controller="TenantUsers",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Customers.CustomerService/CreateCustomer"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetCompanyDetails",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetTenantCompanySuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/Suggestions"} 0 http_requests_in_progress{method="POST",controller="Companies",action="CreateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies"} 0 http_requests_in_progress{method="PUT",controller="Companies",action="UpdateTenantCompany",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Companies",action="VerifyCompanyMemberInvitation",endpoint="api/v{version:apiVersion}/Members/VerifyInvitation"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetCompanyListBySearch",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/Search"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetCompanyMemberList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Companies/{companyId:Guid}/Members"} 0 http_requests_in_progress{method="GET",controller="IdentityUsers",action="GetIdentityUser",endpoint="api/v{version:apiVersion}/IdentityUsers/{identityUserId}"} 0 http_requests_in_progress{method="GET",controller="TenantUsers",action="GetOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetTenantCompanyOrderStats",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Statistics"} 0 http_requests_in_progress{method="PUT",controller="TenantUsers",action="UpdateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins/{tenantUserId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Customers",action="UpdateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders/{messageProviderId:Guid}"} 0 http_requests_in_progress{method="DELETE",controller="TenantUsers",action="DeleteFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts/{favouriteProductId:Guid}"} 0 http_requests_in_progress{method="POST",controller="TenantUsers",action="CreateFavouriteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/FavouriteProducts"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetListAllCustomer",endpoint="api/v{version:apiVersion}/Customers"} 0 http_requests_in_progress{method="POST",controller="Customers",action="CreateCustomerMessagingProviders",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/MessagingProviders"} 0 http_requests_in_progress{method="PUT",controller="Customers",action="ActivateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 0 http_requests_in_progress{method="PUT",controller="Customers",action="UpdateCustomer",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/CreateCompany"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetTenantCustomerDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers/{customerId:Guid}"} 0 http_requests_in_progress{method="POST",controller="TenantUsers",action="CreateOutletAdmin",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetCompanyDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Companies/{companyId:Guid}"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="Customers",action="GetCustomerList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Customers"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 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="POST",controller="Customers",action="CreateCustomerAddress",endpoint="api/v{version:apiVersion}/Customers/{customerId:Guid}/Addresses"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="GET",controller="Companies",action="GetTenantCompanyMemberDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Companies/{companyId:Guid}/Members/{memberId:Guid}"} 0 # HELP current_requests_total Number of requests currently in progress. # TYPE current_requests_total gauge current_requests_total 1 # HELP current_requests Number of requests currently in progress. # TYPE current_requests gauge current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.GetCustomerDetails (Ancon.Wildcat.User.Api)"} 1 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetTenantCompanyList (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetTenantCompanyDetails (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.GetOutletAdminSuggestions (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.GetCustomerAddresses (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetTenantCompanyMemberList (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.CreateTenantCompanyMembers (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.CreateCustomer (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.GetAllOutletAdmins (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetCompanyDetails (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetTenantCompanySuggestions (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.CreateTenantCompany (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.UpdateTenantCompany (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.VerifyCompanyMemberInvitation (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetCompanyListBySearch (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetCompanyMemberList (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.IdentityUsers.IdentityUsersController.GetIdentityUser (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.GetOutletAdmin (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetTenantCompanyOrderStats (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.UpdateOutletAdmin (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.UpdateCustomerMessagingProviders (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.DeleteFavouriteProduct (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.CreateFavouriteProduct (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.GetCustomerMessagingProviders (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.GetListAllCustomer (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.CreateCustomerMessagingProviders (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.ActivateCustomer (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.UpdateCustomer (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.GetTenantCustomerDetails (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.TenantUsers.TenantUsersController.CreateOutletAdmin (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.Public.V1.Companies.CompaniesController.GetCompanyDetails (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.GetCustomerList (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Customers.CustomersController.CreateCustomerAddress (Ancon.Wildcat.User.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.User.Api.Controllers.V1.Companies.CompaniesController.GetTenantCompanyMemberDetails (Ancon.Wildcat.User.Api)"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 42002 dotnet_collection_count_total{generation="1"} 11371 dotnet_collection_count_total{generation="2"} 484 # 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 1767063860.6051393 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2845.05 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 22368301056 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 582111232 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1182564352 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 749 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 114 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 62377640 # 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"} 242 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"} 148 prometheus_net_metric_instances{metric_type="gauge"} 357 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 88 # 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"} 148 prometheus_net_metric_timeseries{metric_type="gauge"} 357 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 1904 # 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 1030932 # 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 28 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",state="idle"} 1 npgsql_db_client_connections_usage{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",state="used"} 1 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 48 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.6036607135708663 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 582.111232 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 61.50624 # 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 41837 # 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 11253 # 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 480 # 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 4 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 10 # 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 94342 # HELP system_runtime_threadpool_queue_length ThreadPool Queue Length # TYPE system_runtime_threadpool_queue_length gauge system_runtime_threadpool_queue_length 3 # 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 6030245 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 102088957008 # 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 27.55986437513857 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 92.356608 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 4113 # HELP system_runtime_time_in_gc (%) % Time in GC since last GC # TYPE system_runtime_time_in_gc gauge system_runtime_time_in_gc 0 # HELP system_runtime_total_pause_time_by_gc_total (ms) Time paused by GC # TYPE system_runtime_total_pause_time_by_gc_total counter system_runtime_total_pause_time_by_gc_total 104380.451 # HELP system_runtime_gen_0_size (B) Gen 0 Size # TYPE system_runtime_gen_0_size gauge system_runtime_gen_0_size 76984 # HELP system_runtime_gen_1_size (B) Gen 1 Size # TYPE system_runtime_gen_1_size gauge system_runtime_gen_1_size 1010824 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 73810816 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 8672496 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 970312 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 294 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 10136218 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 188597 # 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 22919.306999999997 # 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 83512 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 83512 # 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 12 # 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 23529 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 23529 # HELP microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total TLS Handshake Rate # TYPE microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total counter microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total 0 # HELP microsoft_aspnetcore_server_kestrel_total_tls_handshakes Total TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_total_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_total_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_tls_handshakes Current TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_current_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_current_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_failed_tls_handshakes Failed TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_failed_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_failed_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_connections Current Connections # TYPE microsoft_aspnetcore_server_kestrel_current_connections gauge microsoft_aspnetcore_server_kestrel_current_connections 7 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 68832 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 68824 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 10 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 10 # 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 3 # 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 2359 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 23529 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 627341654 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 3781358616 # 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 2369 # 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 2273 # 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 2299 # 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 26 # 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 26 # 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_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.0.201",server_port="80"} 0 # HELP microsoft_aspnetcore_server_kestrel_kestrel_active_connections ({connection}) Number of connections that are currently active on the server. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_active_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_active_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.0.201",server_port="80"} 6 # HELP microsoft_aspnetcore_hosting_http_server_active_requests ({request}) Number of active HTTP server requests. (UpDownCounter`1) # TYPE microsoft_aspnetcore_hosting_http_server_active_requests gauge microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="HEAD",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="PUT",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="OPTIONS",url_scheme="http"} 0 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 16187 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 7470 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Customers/Register"} 6 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="Version"} 22 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="(missing)"} 1521 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}"} 1472 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration"} 1616 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 6 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate"} 1 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 1 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 170733614 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 193153618 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 954.5569816999799 npgsql_db_client_commands_duration_count{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.01"} 296160 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 296781 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 296925 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 296972 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 297328 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 297535 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 297735 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 298179 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 298194 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 298197 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 298197 # 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"} 119.16554879999957 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"} 14943 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"} 14505 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"} 14643 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"} 14776 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"} 14777 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"} 14874 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"} 14874 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"} 14885 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"} 14932 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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"} 14943 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.6378377999999996 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 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"} 1512 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 0.028869399999999993 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 13 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"} 237.1387362999999 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"} 7469 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"} 535 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"} 7160 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"} 7179 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"} 7282 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"} 7282 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"} 7283 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"} 7329 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"} 7466 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 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"} 7469 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http"} 0.0102504 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="400",http_route="api/v{version:apiVersion}/Customers/Register",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="Version",network_protocol_version="1.1",url_scheme="http"} 0.0165185 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http"} 0.336829 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}/Activate",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="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http"} 2.1227497 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="0.64"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="1.28"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="2.56"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="40.96"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="163.84"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="327.68"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="655.36"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Customers/Register",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http"} 41.58875900000009 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.01"} 182 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.02"} 1553 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.04"} 1583 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.08"} 1586 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.16"} 1588 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.32"} 1589 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="0.64"} 1592 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="1.28"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="2.56"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="5.12"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="10.24"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="20.48"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="40.96"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="81.92"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="163.84"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="327.68"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="655.36"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="1310.72"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="2621.44"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="5242.88"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="10485.76"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="20971.52"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="41943.04"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="83886.08"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="167772.16"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/Ancon.Wildcat.Shared.Communication.User.V1.Companies.CompanyService/AddOrUpdateIntegration",network_protocol_version="2",url_scheme="http",le="+Inf"} 1616 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http"} 27.453550499999967 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1270 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1422 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1442 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1443 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1447 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1447 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1447 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1459 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Customers/{customerId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1462 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http"} 0.05709109999999999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.01"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.02"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="163.84"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="327.68"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="655.36"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 6 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.0007184 microsoft_aspnetcore_hosting_http_server_request_duration_count{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 # HELP microsoft_aspnetcore_server_kestrel_kestrel_connection_duration (s) The duration of connections on the server. (Histogram`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_connection_duration histogram microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_sum{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.0.201",server_port="80"} 601003.8556906015 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.0.201",server_port="80"} 23391 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.0.201",server_port="80",le="0.01"} 14498 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.0.201",server_port="80",le="0.02"} 14633 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.0.201",server_port="80",le="0.04"} 14771 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.0.201",server_port="80",le="0.08"} 14772 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.0.201",server_port="80",le="0.16"} 14869 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.0.201",server_port="80",le="0.32"} 14870 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.0.201",server_port="80",le="0.64"} 14881 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.0.201",server_port="80",le="1.28"} 14929 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.0.201",server_port="80",le="2.56"} 14941 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.0.201",server_port="80",le="5.12"} 14943 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.0.201",server_port="80",le="10.24"} 14948 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.0.201",server_port="80",le="20.48"} 14958 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.0.201",server_port="80",le="40.96"} 14965 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.0.201",server_port="80",le="81.92"} 21980 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.0.201",server_port="80",le="163.84"} 23232 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.0.201",server_port="80",le="327.68"} 23382 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.0.201",server_port="80",le="655.36"} 23391 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.0.201",server_port="80",le="1310.72"} 23391 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.0.201",server_port="80",le="2621.44"} 23391 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.0.201",server_port="80",le="5242.88"} 23391 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.0.201",server_port="80",le="10485.76"} 23391 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.0.201",server_port="80",le="20971.52"} 23391 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.0.201",server_port="80",le="41943.04"} 23391 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.0.201",server_port="80",le="83886.08"} 23391 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.0.201",server_port="80",le="167772.16"} 23391 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.0.201",server_port="80",le="+Inf"} 23391 # 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 51801 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 51800 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 51428 # 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 51428 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate 100 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP system_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="POST",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="POST",server_address="oauth2.googleapis.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"} 1994.5941218000346 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"} 67048 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"} 5454 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"} 59191 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"} 64561 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"} 65237 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"} 65869 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"} 65944 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"} 66135 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"} 67027 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"} 67045 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 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"} 67048 system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https"} 0.0215967 system_net_http_http_client_request_duration_count{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="+Inf"} 1 system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 2.0430198 system_net_http_http_client_request_duration_count{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.08"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.32"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.64"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="1.28"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="2.56"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="5.12"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="10.24"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="20.48"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="40.96"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="81.92"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="163.84"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="327.68"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="655.36"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="1310.72"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="2621.44"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="5242.88"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="10485.76"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="20971.52"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="41943.04"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="83886.08"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="167772.16"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="+Inf"} 10 # 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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;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="oauth2.googleapis.com"} 0.0020608 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="oauth2.googleapis.com"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.01"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.02"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.32"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="0.64"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="1.28"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="2.56"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="5.12"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="10.24"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="20.48"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="40.96"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="81.92"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="163.84"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="327.68"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="655.36"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="1310.72"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="2621.44"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="5242.88"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="10485.76"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="20971.52"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="41943.04"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="83886.08"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="167772.16"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="oauth2.googleapis.com",le="+Inf"} 1 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="identitytoolkit.googleapis.com"} 0.004699200000000001 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="identitytoolkit.googleapis.com"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.01"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.02"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.32"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="0.64"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="1.28"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="2.56"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="5.12"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="10.24"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="20.48"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="40.96"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="81.92"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="163.84"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="327.68"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="655.36"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="1310.72"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="2621.44"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="5242.88"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="10485.76"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="20971.52"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="41943.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="83886.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="167772.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="identitytoolkit.googleapis.com",le="+Inf"} 2 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.1146646 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 45 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com"} 0.0930766 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 15 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 16 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-user-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 16 # HELP system_net_http_http_client_open_connections ({connection}) Number of outbound HTTP connections that are currently active or idle on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_open_connections gauge system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.108",network_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.108",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.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.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="active",network_peer_address="::ffff:142.250.27.95",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:142.250.27.95",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https"} 1 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:142.250.179.170",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:142.250.179.170",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 1 # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 14.092956 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"} 148 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"} 41 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"} 62 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"} 62 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"} 62 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"} 142 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"} 142 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"} 142 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 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"} 148 system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https"} 0.0089113 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.01"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.02"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.32"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="0.64"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="1.28"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="2.56"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="5.12"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="10.24"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="20.48"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="40.96"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="81.92"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="oauth2.googleapis.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="identitytoolkit.googleapis.com",url_scheme="https"} 0.0221154 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.01"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.02"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.04"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.32"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.64"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="1.28"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="2.56"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="5.12"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="10.24"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="20.48"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="40.96"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="81.92"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="163.84"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="327.68"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="655.36"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="+Inf"} 2 # HELP npgsql_db_client_connections_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connections_create_time histogram npgsql_db_client_connections_create_time_sum{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 0.362385 npgsql_db_client_connections_create_time_count{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;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-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.02"} 9 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.04"} 15 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.08"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.16"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.32"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="0.64"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1.28"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2.56"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5.12"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10.24"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20.48"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="40.96"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="81.92"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="163.84"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="327.68"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="655.36"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="1310.72"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="2621.44"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="5242.88"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="10485.76"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="20971.52"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="41943.04"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="83886.08"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="167772.16"} 16 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-user-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-user;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=48",le="+Inf"} 16 # HELP system_net_http_http_client_connection_duration (s) The duration of successfully established outbound HTTP connections. (Histogram`1) # TYPE system_net_http_http_client_connection_duration histogram system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.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"} 359.914 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 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 104.984 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="81.92"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:216.58.214.10",network_protocol_version="1.1",server_address="identitytoolkit.googleapis.com",url_scheme="https",le="+Inf"} 1 # 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.0.201",server_port="443"} 0 # HELP grpc_aspnetcore_server_total_calls Total Calls # TYPE grpc_aspnetcore_server_total_calls gauge grpc_aspnetcore_server_total_calls 48065 # 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 15 # 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 48050 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 48065 # HELP grpc_aspnetcore_server_calls_unimplemented Total Calls Unimplemented # TYPE grpc_aspnetcore_server_calls_unimplemented gauge grpc_aspnetcore_server_calls_unimplemented 0