# 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 263454720 1780937513820 # 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 12069933056 1780937513820 # 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"} 18043.74 1780937513820 process_cpu_time_seconds_total{state="system"} 6771.03 1780937513820 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1780937513820 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 20 1780937513820 # 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"} 1876 1780937513820 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 65443 1780937513820 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 349051 1780937513820 # 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 36776584 1780937513820 # 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 3431891298840 1780937513820 # 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 51580928 1780937513820 # 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"} 138336 1780937513820 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 758840 1780937513820 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 21132808 1780937513820 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 12815280 1780937513820 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 525992 1780937513820 # 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"} 2136 1780937513820 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 11640 1780937513820 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 2254088 1780937513820 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 655808 1780937513820 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1780937513820 # 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 488572413000 1780937513820 # 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 20240049 1780937513820 # 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 702818 1780937513820 # 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 47342493900 1780937513820 # 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 117279 1780937513820 # 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 3 1780937513820 # 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 180539427 1780937513820 # 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 1780937513820 # 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 3 1780937513820 # 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 261 1780937513820 # 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 153 1780937513820 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 9 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 9 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 9 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test"} 1.1013403999999998 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test"} 9 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 14984920 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 14985674 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 14985674 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 14985674 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 14985674 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 14985674 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 16804.33919079525 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 14985674 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 14985367 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 14985531 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 14985531 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 14985531 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 14985531 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 14985531 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 14464.126813912691 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 14985531 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 73 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 73 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 73 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 73 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 73 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 73 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.13476790000000002 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 73 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 40 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 40 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 40 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 40 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 40 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 40 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.082469 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 40 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 92 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 92 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 92 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 92 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 92 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 92 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.10862090000000003 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 92 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 221 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 221 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 221 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 221 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 221 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 221 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.4206588000000001 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 221 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 27 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 27 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 27 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 27 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 27 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 27 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.062674 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 27 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 43 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 43 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 43 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 43 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 43 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 43 1780937513820 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.012332600000000003 1780937513820 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 43 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 5 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 5 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 5 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 5 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 5 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 5 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0078786 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 5 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 47 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 48 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 48 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 48 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 48 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 48 1780937513820 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.422283 1780937513820 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 48 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 96 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 96 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 96 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 96 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 96 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 96 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.16297440000000002 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 96 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 36 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 36 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 36 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 36 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 36 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 36 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.04497279999999999 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 36 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 112 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.16098649999999998 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 111 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 112 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.34515579999999985 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 112 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 2 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 2 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 2 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 2 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 2 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0174856 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto"} 2 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 14 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 14 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 14 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 14 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 14 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 14 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0156833 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 106 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 106 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 106 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 106 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 106 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 106 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.12655569999999997 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 106 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 94 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 94 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 94 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 94 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 94 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 94 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.10953730000000005 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 94 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 71 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 71 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 71 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 71 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 71 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 71 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.08679499999999998 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 71 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 39 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.07385930000000002 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 8 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.018717300000000003 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 39 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.036884999999999994 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 39 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 88 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 88 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 88 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 88 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 88 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 88 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 0.10886590000000003 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 88 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 55 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 55 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 55 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 55 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 55 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 55 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.06151909999999999 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 55 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 24 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 24 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0770826 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 20 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 20 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 20 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 20 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 20 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 20 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0235618 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 20 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 8 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0089704 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 13 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 13 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 13 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 13 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 13 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 13 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.014622300000000001 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 13 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 30 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 30 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 30 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 30 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 30 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 30 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.05164059999999999 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 4 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0045679 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 4 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0194409 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 8 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0082981 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 8 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.008228099999999999 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 16 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.020691200000000003 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 16 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.03604779999999999 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 187 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 187 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 187 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 187 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 187 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 187 1780937513820 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.016758700000000005 1780937513820 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 187 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 8 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0227155 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 4 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0320607 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0045966 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 15 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 15 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 15 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 15 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 15 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 15 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0626912 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 15 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 4 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0060729 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0012195 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 17 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 17 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 17 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 17 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 17 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 17 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0534389 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 17 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 6 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 6 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 6 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 6 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 6 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 6 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.033909600000000005 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 6 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 3 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 3 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 3 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 3 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 3 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0038787 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1780937513820 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1780937513820 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.001776 1780937513820 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1780937513820 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"} 12 1780937513820 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"} 12 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 12 1780937513820 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"} 12 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 12 1780937513820 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 12 1780937513820 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0011889000000000001 1780937513820 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 12 1780937513820 # TYPE aer_requests_total counter aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="error",status_code="500",test_type="no_test"} 9 1780937513820 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 14985674 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 14985531 1780937513820 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 73 1780937513820 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 40 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 92 1780937513820 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 221 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 27 1780937513820 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 43 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 5 1780937513820 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 48 1780937513820 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 96 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 36 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto"} 112 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 112 1780937513820 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v1/bindings/select",protocol="http",status="ok",status_code="200",test_type="auto"} 2 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1780937513820 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 106 1780937513820 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 94 1780937513820 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 71 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 39 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 8 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 39 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 88 1780937513820 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/perquisition-dictionary/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 55 1780937513820 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1780937513820 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 20 1780937513820 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 8 1780937513820 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 13 1780937513820 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1780937513820 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1780937513820 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1780937513820 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/postal-settings/query",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1780937513820 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 187 1780937513820 aer_requests_total{client_name="dm-hub-api-internal",method="POST /api/v1/partner/query-with-templates",protocol="http",status="ok",status_code="200",test_type="no_test"} 8 1780937513820 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1780937513820 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1780937513820 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 15 1780937513820 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1780937513820 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1780937513820 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 17 1780937513820 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 6 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1780937513820 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1780937513820 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 12 1780937513820 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_configuration",is_error="0",le="0.1"} 29973113 1780937513820 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_configuration",is_error="0",le="0.5"} 29973121 1780937513820 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_configuration",is_error="0",le="1"} 29973121 1780937513820 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_configuration",is_error="0",le="2.5"} 29973121 1780937513820 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_configuration",is_error="0",le="5"} 29973121 1780937513820 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_configuration",is_error="0",le="+Inf"} 29973121 1780937513820 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_configuration",is_error="0"} 19838.318897308585 1780937513820 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_configuration",is_error="0"} 29973121 1780937513820 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-configuration",revision="4d6f3c22",version="1.0.0.0"} 0 1780937513820 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1780937513820 # 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_configuration"} 0 1780937513820 # 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_configuration",le="0.1"} 29973114 1780937513820 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_configuration",le="0.5"} 29973121 1780937513820 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_configuration",le="1"} 29973121 1780937513820 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_configuration",le="2.5"} 29973121 1780937513820 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_configuration",le="5"} 29973121 1780937513820 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_configuration",le="+Inf"} 29973121 1780937513820 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_configuration"} 19865.941698306884 1780937513820 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_configuration"} 29973121 1780937513820 # 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_configuration"} 62044513865 1780937513820 # 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_configuration"} 42684262061 1780937513820 # 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_configuration",le="0.1"} 1378 1780937513820 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_configuration",le="0.5"} 2288 1780937513820 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_configuration",le="1"} 2288 1780937513820 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_configuration",le="2.5"} 2288 1780937513820 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_configuration",le="5"} 2288 1780937513820 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_configuration",le="+Inf"} 2288 1780937513820 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_configuration"} 158.11402629999998 1780937513820 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_configuration"} 2288 1780937513820 # 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_configuration",state="idle"} 0 1780937513820 db_client_connections_usage{pool_name="dm_hub_service_configuration",state="used"} 0 1780937513820 # 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_configuration"} 100 1780937513820 # 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_configuration"} 0 1780937513820 # EOF