# TYPE process_memory_usage_bytes gauge # UNIT process_memory_usage_bytes bytes # HELP process_memory_usage_bytes The amount of physical memory allocated for this process. process_memory_usage_bytes 267456512 1786136883781 # TYPE process_memory_virtual_bytes gauge # UNIT process_memory_virtual_bytes bytes # HELP process_memory_virtual_bytes The amount of committed virtual memory for this process. process_memory_virtual_bytes 12605140992 1786136883781 # TYPE process_cpu_time_seconds_total counter # UNIT process_cpu_time_seconds_total seconds # HELP process_cpu_time_seconds_total Total CPU seconds broken down by different states. process_cpu_time_seconds_total{state="user"} 1221.22 1786136883781 process_cpu_time_seconds_total{state="system"} 761.6 1786136883781 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1786136883781 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 21 1786136883781 # TYPE process_runtime_dotnet_gc_collections_count_total counter # HELP process_runtime_dotnet_gc_collections_count_total Number of garbage collections that have occurred since process start. process_runtime_dotnet_gc_collections_count_total{generation="gen2"} 45 1786136883781 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 780 1786136883781 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 3573 1786136883781 # TYPE process_runtime_dotnet_gc_objects_size_bytes gauge # UNIT process_runtime_dotnet_gc_objects_size_bytes bytes # HELP process_runtime_dotnet_gc_objects_size_bytes Count of bytes currently in use by objects in the GC heap that haven't been collected yet. Fragmentation and other GC committed memory pools are excluded. process_runtime_dotnet_gc_objects_size_bytes 37183416 1786136883781 # TYPE process_runtime_dotnet_gc_allocations_size_bytes_total counter # UNIT process_runtime_dotnet_gc_allocations_size_bytes_total bytes # HELP process_runtime_dotnet_gc_allocations_size_bytes_total Count of bytes allocated on the managed GC heap since the process start. .NET objects are allocated from this heap. Object allocations from unmanaged languages such as C/C++ do not use this heap. process_runtime_dotnet_gc_allocations_size_bytes_total 35863634176 1786136883781 # TYPE process_runtime_dotnet_gc_committed_memory_size_bytes gauge # UNIT process_runtime_dotnet_gc_committed_memory_size_bytes bytes # HELP process_runtime_dotnet_gc_committed_memory_size_bytes The amount of committed virtual memory for the managed GC heap, as observed during the latest garbage collection. Committed virtual memory may be larger than the heap size because it includes both memory for storing existing objects (the heap size) and some extra memory that is ready to handle newly allocated objects in the future. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_committed_memory_size_bytes 52203520 1786136883781 # TYPE process_runtime_dotnet_gc_heap_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_size_bytes The heap size (including fragmentation), as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_size_bytes{generation="gen0"} 0 1786136883781 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 627160 1786136883781 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 13658696 1786136883781 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 20609496 1786136883781 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 608392 1786136883781 # TYPE process_runtime_dotnet_gc_heap_fragmentation_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_fragmentation_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_fragmentation_size_bytes The heap fragmentation, as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen0"} 0 1786136883781 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 7800 1786136883781 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 4599536 1786136883781 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 144808 1786136883781 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1786136883781 # TYPE process_runtime_dotnet_gc_duration_nanoseconds_total counter # UNIT process_runtime_dotnet_gc_duration_nanoseconds_total nanoseconds # HELP process_runtime_dotnet_gc_duration_nanoseconds_total The total amount of time paused in GC since the process start. process_runtime_dotnet_gc_duration_nanoseconds_total 5025876000 1786136883781 # TYPE process_runtime_dotnet_jit_il_compiled_size_bytes_total counter # UNIT process_runtime_dotnet_jit_il_compiled_size_bytes_total bytes # HELP process_runtime_dotnet_jit_il_compiled_size_bytes_total Count of bytes of intermediate language that have been compiled since the process start. process_runtime_dotnet_jit_il_compiled_size_bytes_total 3191833 1786136883781 # TYPE process_runtime_dotnet_jit_methods_compiled_count_total counter # HELP process_runtime_dotnet_jit_methods_compiled_count_total The number of times the JIT compiler compiled a method since the process start. The JIT compiler may be invoked multiple times for the same method to compile with different generic parameters, or because tiered compilation requested different optimization settings. process_runtime_dotnet_jit_methods_compiled_count_total 42864 1786136883781 # TYPE process_runtime_dotnet_jit_compilation_time_nanoseconds_total counter # UNIT process_runtime_dotnet_jit_compilation_time_nanoseconds_total nanoseconds # HELP process_runtime_dotnet_jit_compilation_time_nanoseconds_total The amount of time the JIT compiler has spent compiling methods since the process start. process_runtime_dotnet_jit_compilation_time_nanoseconds_total 10036198700 1786136883781 # TYPE process_runtime_dotnet_monitor_lock_contention_count_total counter # HELP process_runtime_dotnet_monitor_lock_contention_count_total The number of times there was contention when trying to acquire a monitor lock since the process start. Monitor locks are commonly acquired by using the lock keyword in C#, or by calling Monitor.Enter() and Monitor.TryEnter(). process_runtime_dotnet_monitor_lock_contention_count_total 960 1786136883781 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 4 1786136883781 # TYPE process_runtime_dotnet_thread_pool_completed_items_count_total counter # HELP process_runtime_dotnet_thread_pool_completed_items_count_total The number of work items that have been processed by the thread pool since the process start. process_runtime_dotnet_thread_pool_completed_items_count_total 12456251 1786136883781 # TYPE process_runtime_dotnet_thread_pool_queue_length gauge # HELP process_runtime_dotnet_thread_pool_queue_length The number of work items that are currently queued to be processed by the thread pool. process_runtime_dotnet_thread_pool_queue_length 0 1786136883781 # TYPE process_runtime_dotnet_timer_count gauge # HELP process_runtime_dotnet_timer_count The number of timer instances that are currently active. Timers can be created by many sources such as System.Threading.Timer, Task.Delay, or the timeout in a CancellationSource. An active timer is registered to tick at some point in the future and has not yet been canceled. process_runtime_dotnet_timer_count 1 1786136883781 # TYPE process_runtime_dotnet_assemblies_count gauge # HELP process_runtime_dotnet_assemblies_count The number of .NET assemblies that are currently loaded. process_runtime_dotnet_assemblies_count 260 1786136883781 # TYPE process_runtime_dotnet_exceptions_count_total counter # HELP process_runtime_dotnet_exceptions_count_total Count of exceptions that have been thrown in managed code, since the observation started. The value will be unavailable until an exception has been thrown after OpenTelemetry.Instrumentation.Runtime initialization. process_runtime_dotnet_exceptions_count_total 2679 1786136883781 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 826 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 826 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 826 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 826 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 826 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 826 1786136883781 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.15968090000000013 1786136883781 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 826 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1089 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1090 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1090 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1090 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1090 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1090 1786136883781 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.4301717000000007 1786136883781 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 1090 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 3 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 4 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 4 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 4 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 4 1786136883781 aer_response_time_seconds_sum{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.7202447000000001 1786136883781 aer_response_time_seconds_count{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 4547 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 4547 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 4547 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 4547 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 4547 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 4547 1786136883781 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.48872990000000055 1786136883781 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 4547 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="0.1"} 250 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="0.5"} 250 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 250 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="2.5"} 250 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 250 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 250 1786136883781 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.027952800000000003 1786136883781 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 250 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 47 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 74 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 74 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 74 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 74 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 74 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4.1924747 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 74 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 77 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 77 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 77 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 77 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 77 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 13.583424800000007 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 77 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1922 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2079 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2079 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2079 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2079 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2079 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 40.51444090000003 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2079 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.1"} 122 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.5"} 122 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 122 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="2.5"} 122 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 122 1786136883781 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 122 1786136883781 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.014896200000000002 1786136883781 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 122 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 8 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 8 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 8 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 8 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 8 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.9527744 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 7 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 7 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 7 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 7 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 7 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 7 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.029856100000000003 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 7 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 12 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 12 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 12 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 12 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 12 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 12 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.025181300000000004 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 12 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1786136883781 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1786136883781 aer_response_time_seconds_sum{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.1495922 1786136883781 aer_response_time_seconds_count{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1786136883781 aer_response_time_seconds_bucket{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 4 1786136883781 aer_response_time_seconds_bucket{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 14 1786136883781 aer_response_time_seconds_bucket{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 14 1786136883781 aer_response_time_seconds_bucket{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 14 1786136883781 aer_response_time_seconds_bucket{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 14 1786136883781 aer_response_time_seconds_bucket{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 14 1786136883781 aer_response_time_seconds_sum{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.4583602999999998 1786136883781 aer_response_time_seconds_count{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 14 1786136883781 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 826 1786136883781 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 1090 1786136883781 aer_requests_total{client_name="unknown",method="POST /api/v1/pickup-point/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1786136883781 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 4547 1786136883781 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 250 1786136883781 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 74 1786136883781 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/pickup-point/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 77 1786136883781 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2079 1786136883781 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 122 1786136883781 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1786136883781 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 7 1786136883781 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/mail-sub-class/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 12 1786136883781 aer_requests_total{client_name="dm-hub-service-document",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1786136883781 aer_requests_total{client_name="DM.Hub.Workflow.Integration",method="POST /api/v1/country-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 14 1786136883781 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_country",is_error="0",le="0.1"} 4461 1786136883781 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_country",is_error="0",le="0.5"} 4462 1786136883781 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_country",is_error="0",le="1"} 4462 1786136883781 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_country",is_error="0",le="2.5"} 4462 1786136883781 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_country",is_error="0",le="5"} 4462 1786136883781 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_country",is_error="0",le="+Inf"} 4462 1786136883781 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_country",is_error="0"} 12.35670950000002 1786136883781 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_country",is_error="0"} 4462 1786136883781 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-country",revision="a69464cc",version="1.0.0.0"} 0 1786136883781 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1786136883781 # TYPE db_client_commands_executing gauge # HELP db_client_commands_executing The number of currently executing database commands. db_client_commands_executing{pool_name="dm_hub_service_country"} 0 1786136883781 # TYPE db_client_commands_duration_seconds histogram # UNIT db_client_commands_duration_seconds seconds # HELP db_client_commands_duration_seconds The duration of database commands, in seconds. db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_country",le="0.1"} 4462 1786136883781 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_country",le="0.5"} 4462 1786136883781 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_country",le="1"} 4462 1786136883781 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_country",le="2.5"} 4462 1786136883781 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_country",le="5"} 4462 1786136883781 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_country",le="+Inf"} 4462 1786136883781 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_country"} 12.395287999999995 1786136883781 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_country"} 4462 1786136883781 # TYPE db_client_commands_bytes_written_total counter # UNIT db_client_commands_bytes_written_total bytes # HELP db_client_commands_bytes_written_total The number of bytes written. db_client_commands_bytes_written_total{pool_name="dm_hub_service_country"} 5657183 1786136883781 # TYPE db_client_commands_bytes_read_total counter # UNIT db_client_commands_bytes_read_total bytes # HELP db_client_commands_bytes_read_total The number of bytes read. db_client_commands_bytes_read_total{pool_name="dm_hub_service_country"} 6604773 1786136883781 # TYPE db_client_connections_create_time_seconds histogram # UNIT db_client_connections_create_time_seconds seconds # HELP db_client_connections_create_time_seconds The time it took to create a new connection. db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_country",le="0.1"} 75 1786136883781 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_country",le="0.5"} 345 1786136883781 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_country",le="1"} 345 1786136883781 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_country",le="2.5"} 345 1786136883781 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_country",le="5"} 345 1786136883781 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_country",le="+Inf"} 345 1786136883781 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_country"} 45.81761440000002 1786136883781 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_country"} 345 1786136883781 # TYPE db_client_connections_usage gauge # HELP db_client_connections_usage The number of connections that are currently in state described by the state attribute. db_client_connections_usage{pool_name="dm_hub_service_country",state="idle"} 0 1786136883781 db_client_connections_usage{pool_name="dm_hub_service_country",state="used"} 0 1786136883781 # TYPE db_client_connections_max gauge # HELP db_client_connections_max The maximum number of open connections allowed. db_client_connections_max{pool_name="dm_hub_service_country"} 100 1786136883781 # TYPE db_client_commands_prepared_ratio gauge # HELP db_client_commands_prepared_ratio The ratio of prepared command executions. db_client_commands_prepared_ratio{pool_name="dm_hub_service_country"} 0 1786136883781 # EOF