# 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 316346368 1770587328443 # 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 12551008256 1770587328443 # 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"} 4152.65 1770587328443 process_cpu_time_seconds_total{state="system"} 2316.9899999 1770587328443 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1770587328443 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 29 1770587328443 # 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"} 197 1770587328443 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 2468 1770587328443 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 17533 1770587328443 # 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 41415824 1770587328443 # 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 166894328888 1770587328443 # 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 69443584 1770587328443 # TYPE process_runtime_dotnet_gc_heap_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_size_bytes The heap size (including fragmentation), as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_size_bytes{generation="gen0"} 0 1770587328443 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 3632352 1770587328443 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 41083384 1770587328443 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 10778776 1770587328443 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 554832 1770587328443 # TYPE process_runtime_dotnet_gc_heap_fragmentation_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_fragmentation_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_fragmentation_size_bytes The heap fragmentation, as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen0"} 0 1770587328443 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 16008 1770587328443 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 15870208 1770587328443 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 310552 1770587328443 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1770587328443 # 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 23884518000 1770587328443 # 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 4165203 1770587328443 # 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 59407 1770587328443 # 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 13749899000 1770587328443 # 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 1386 1770587328443 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 4 1770587328443 # 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 34920022 1770587328443 # 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 1770587328443 # 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 7 1770587328443 # 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 295 1770587328443 # 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 484803 1770587328443 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 32 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 32 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 32 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 32 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 32 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 32 1770587328443 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.0967057 1770587328443 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 32 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 79 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 80 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5207368 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 64 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 65 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 65 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 65 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 65 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 65 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7963904 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto"} 65 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 487 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 487 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 487 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 487 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 487 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 487 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 1.3336478 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 487 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.1"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="1"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="2.5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="+Inf"} 30 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto"} 0.0673619 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 137 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 140 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 140 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 140 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 140 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 140 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto"} 6.473605899999998 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto"} 140 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 570 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 570 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 570 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 570 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 570 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 570 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8561675999999997 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 570 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 39 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 1.2839574 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3386899999999998 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 120 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 120 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 120 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 120 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 120 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 120 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 2.9018734999999993 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 120 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 86 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 105 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 8.123064599999998 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6839723999999999 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8109310999999999 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 0.49949360000000004 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 105 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 1.7968636999999998 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 105 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 45 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 45 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 45 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 45 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 45 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 45 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto"} 1.2551903 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto"} 45 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 0.45771749999999994 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.10391800000000002 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.17951400000000003 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4657597999999999 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 10 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 10 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 10 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 10 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 10 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 10 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.15580780000000002 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 10 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 30 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2738206 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 30 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7650358000000003 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8341380000000003 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.38545480000000004 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8191915999999998 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 42 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 50 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 50 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 50 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 50 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 50 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 3.4910881999999996 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 50 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 80 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 3.0183017 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 80 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 15 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6023718 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 13 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 15 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 1.1906027 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 20 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 20 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 20 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 20 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 20 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 20 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1159734 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 20 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 5 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0158817 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 5 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 0.08138209999999999 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 5 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0487645 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 5 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0477488 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 12 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 12 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 12 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 12 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 12 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 12 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0803408 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 15 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.36934880000000003 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 5 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.055268199999999996 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 15 1770587328443 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2887188 1770587328443 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 36 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 36 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 36 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 36 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 36 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 36 1770587328443 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.0061086000000000005 1770587328443 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 36 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 100 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 100 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 100 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 100 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 100 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 100 1770587328443 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.2642388000000001 1770587328443 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 100 1770587328443 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"} 1 1770587328443 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"} 1 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 1 1770587328443 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"} 1 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 1 1770587328443 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 1 1770587328443 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0004614 1770587328443 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 1 1770587328443 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 32 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto"} 80 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto"} 65 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 487 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto"} 30 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto"} 140 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 570 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 120 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 105 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 105 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto"} 45 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 10 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 50 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 80 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 20 1770587328443 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto"} 15 1770587328443 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 36 1770587328443 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 100 1770587328443 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 1 1770587328443 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1680 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1680 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1680 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1680 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1680 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1680 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.6313637 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1680 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1640 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1640 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1640 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1640 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1640 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1640 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3.6170334999999953 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1640 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1352 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1352 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1352 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1352 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1352 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1352 1770587328443 aer_external_service_response_time_seconds_sum{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 9.707640699999994 1770587328443 aer_external_service_response_time_seconds_count{external_service="PackageExternal",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1352 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 430 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 430 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 430 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 430 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 430 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 430 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7770634999999995 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 430 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 480 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 480 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 480 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 480 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 480 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 480 1770587328443 aer_external_service_response_time_seconds_sum{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto"} 8.0698948 1770587328443 aer_external_service_response_time_seconds_count{external_service="PackageExternal",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto"} 480 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1160 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1160 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1160 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1160 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1160 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1160 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.1182266000000003 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1160 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 230 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 230 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 230 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 230 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 230 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 230 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4168012 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto"} 230 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 115 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5469567000000002 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 115 1770587328443 aer_external_service_response_time_seconds_sum{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6270174999999999 1770587328443 aer_external_service_response_time_seconds_count{external_service="Asn",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 60 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 60 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 60 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 60 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 60 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 60 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1190484 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/customs-officer/query",protocol="http",status="ok",status_code="200",test_type="auto"} 60 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.12489180000000003 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 395 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 395 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 395 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 395 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 395 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 395 1770587328443 aer_external_service_response_time_seconds_sum{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.1120842 1770587328443 aer_external_service_response_time_seconds_count{external_service="Asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 395 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 115 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3581748 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto"} 115 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 35 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 35 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 35 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 35 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 35 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.07241519999999999 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pallet/query",protocol="http",status="ok",status_code="200",test_type="auto"} 35 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 30 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 30 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 30 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 30 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 30 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 30 1770587328443 aer_external_service_response_time_seconds_sum{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 0.24330519999999997 1770587328443 aer_external_service_response_time_seconds_count{external_service="PackageExternal",method="POST /api/v1/package/update-package-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 67 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 67 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 67 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 67 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 67 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 67 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.14144389999999998 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/storage-cell/query",protocol="http",status="ok",status_code="200",test_type="auto"} 67 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 40 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2584033 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 40 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 20 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 20 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 20 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 20 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 20 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 20 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.05476999999999999 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 20 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 5 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 5 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 5 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 5 1770587328443 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 5 1770587328443 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0100383 1770587328443 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 5 1770587328443 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="0.1"} 4709886 1770587328443 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="0.5"} 4709886 1770587328443 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="1"} 4709886 1770587328443 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="2.5"} 4709886 1770587328443 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="5"} 4709886 1770587328443 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="+Inf"} 4709886 1770587328443 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_processing",is_error="0"} 2844.1518505000377 1770587328443 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_processing",is_error="0"} 4709886 1770587328443 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-processing",revision="91d1974c",version="1.0.0.0"} 0 1770587328443 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1770587328443 # TYPE aer_lib_version gauge aer_lib_version{lang="c#",package="Aer.Platform.Swagger.Annotations",platform="false",version="8.3.0"} 1 1770587328443 # 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_processing"} 0 1770587328443 # 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_processing",le="0.1"} 4709886 1770587328443 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="0.5"} 4709886 1770587328443 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="1"} 4709886 1770587328443 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="2.5"} 4709886 1770587328443 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="5"} 4709886 1770587328443 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="+Inf"} 4709886 1770587328443 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_processing"} 2788.486164900311 1770587328443 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_processing"} 4709886 1770587328443 # 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_processing"} 2576661742 1770587328443 # 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_processing"} 1286796870 1770587328443 # 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_processing",le="0.1"} 42 1770587328443 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="0.5"} 1597 1770587328443 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="1"} 1597 1770587328443 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="2.5"} 1598 1770587328443 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="5"} 1598 1770587328443 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="+Inf"} 1598 1770587328443 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_processing"} 222.8916068 1770587328443 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_processing"} 1598 1770587328443 # 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_processing",state="idle"} 0 1770587328443 db_client_connections_usage{pool_name="dm_hub_service_processing",state="used"} 0 1770587328443 # 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_processing"} 100 1770587328443 # 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_processing"} 0 1770587328443 # TYPE aer_platform_db_table_row_count gauge # HELP aer_platform_db_table_row_count Number of table rows aer_platform_db_table_row_count{table_name="outbox"} 0 1770587328443 # EOF