# 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 359563264 1770396070263 # 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 12075147264 1770396070263 # 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"} 69.02 1770396070263 process_cpu_time_seconds_total{state="system"} 36.05 1770396070263 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1770396070263 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 20 1770396070263 # 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"} 5 1770396070263 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 50 1770396070263 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 263 1770396070263 # 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 97962336 1770396070263 # 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 2629596816 1770396070263 # 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 110743552 1770396070263 # 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"} 256648 1770396070263 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 4441080 1770396070263 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 69795648 1770396070263 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 19957072 1770396070263 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 2330552 1770396070263 # 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"} 3720 1770396070263 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 15096 1770396070263 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 3355344 1770396070263 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 1474104 1770396070263 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1770396070263 # 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 2040389000 1770396070263 # 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 3621325 1770396070263 # 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 49263 1770396070263 # 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 12521552200 1770396070263 # 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 87 1770396070263 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 3 1770396070263 # 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 548629 1770396070263 # 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 1770396070263 # 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 2 1770396070263 # 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 297 1770396070263 # 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 829 1770396070263 # 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.01"} 292 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.3"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="4"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="10"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 293 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.11733419999999997 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 293 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.01"} 64 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.3"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="4"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="10"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 65 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.030301099999999997 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 65 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.01"} 76 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.3"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="4"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="10"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 80 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.24839360000000002 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 80 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="0.01"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="0.1"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="0.3"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="0.5"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="1"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="2"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="4"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="10"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test",le="+Inf"} 1 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test"} 0.0015178 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.3"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="2"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="4"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="10"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.1662926 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 141 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 144 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5125822999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto"} 144 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 52 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 53 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 53 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 54 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 54 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 54 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 54 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 54 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 2.4952703000000014 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 54 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.01"} 74 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.1"} 77 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.3"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.5"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="1"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="2"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="4"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="10"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="+Inf"} 78 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto"} 0.7096285999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto"} 78 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 52 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 61 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto"} 15.0195645 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.1"} 4 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.3"} 17 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.5"} 17 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="1"} 17 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="2"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="4"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="10"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto",le="+Inf"} 18 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto"} 3.606701999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7451293 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 36 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 1.5848908000000002 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 36 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.45834510000000006 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 89 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 92 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 92 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 93 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 93 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 93 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 93 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 93 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 4.101317100000001 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 93 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 33 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6021352 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 33 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 72 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 6.463708 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 23 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.9668269999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3217 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 72 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 2.0722438 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 72 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 52 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 4.8838573 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.49173160000000005 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5722824 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3687575 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 1.1683903999999998 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 27 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7045414999999998 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto"} 27 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3142516000000001 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.09894359999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1543528 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3449822 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.15019670000000002 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 11 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 18 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2917081 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 18 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6516879999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5999987999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 14 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2794435 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5198566 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 26 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 30 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 2.0255054000000006 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 48 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 2.0061809000000004 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 48 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 8 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7815057 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 8 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6878990999999999 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 11 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 12 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto"} 0.10116480000000001 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 2.8732308 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.27979099999999996 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2100357 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0478834 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0462722 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 6 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.06539060000000001 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2436119 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0515609 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1968068 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1 1770396070263 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0210995 1770396070263 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto"} 1 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="0.01"} 18 1770396070263 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"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="0.3"} 18 1770396070263 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"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="2"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="4"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="10"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 18 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0030173 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 18 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.01"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.1"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.3"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.5"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="2"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="4"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="10"} 13 1770396070263 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 13 1770396070263 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0027801999999999996 1770396070263 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 13 1770396070263 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 293 1770396070263 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 65 1770396070263 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 80 1770396070263 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="204",test_type="no_test"} 1 1770396070263 aer_requests_total{client_name="unknown",method="POST /api/v1/hub/get",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/auth/by-barcode",protocol="http",status="ok",status_code="200",test_type="auto"} 144 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 54 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto"} 78 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="client_error",status_code="400",test_type="auto"} 18 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 36 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v2/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 93 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 33 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 72 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 72 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inspection/item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/package/stop",protocol="http",status="ok",status_code="200",test_type="auto"} 27 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/items/not-extra-inspected",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/buffer/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 18 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 18 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/dispatch/create",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/dispatch-shipment/item/dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 48 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inbound-shipment/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/inspection/item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/extra-inspection/officer/add",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/return-temporary-storage/package/move-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/dispatch-package/task/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/dispatch-package/package/move-to-dispatched",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_requests_total{client_name="python-autotests",method="POST /api/v1/auth/by-barcode-with-hub-id",protocol="http",status="ok",status_code="200",test_type="auto"} 1 1770396070263 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 18 1770396070263 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 13 1770396070263 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.3"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="4"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="10"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0544013 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1770396070263 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.01"} 143 1770396070263 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"} 144 1770396070263 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.3"} 144 1770396070263 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"} 144 1770396070263 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"} 144 1770396070263 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"} 144 1770396070263 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="4"} 144 1770396070263 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="10"} 144 1770396070263 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"} 144 1770396070263 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.2861065000000001 1770396070263 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"} 144 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 4 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 52 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 53 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 53 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 54 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 54 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 54 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 54 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 54 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 2.3784202000000003 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 54 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.01"} 74 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.1"} 77 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.3"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.5"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="1"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="2"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="4"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="10"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto",le="+Inf"} 78 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto"} 0.5917005 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-inbound-master",method="POST /api/v1/inbound/to-arrived",protocol="http",status="client_error",status_code="400",test_type="auto"} 78 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 53 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 61 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto"} 14.8363578 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/update",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="0.1"} 4 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="0.3"} 17 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="0.5"} 17 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="1"} 17 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="2"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="4"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="10"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="+Inf"} 18 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto"} 3.5660122999999997 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0331661 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 35 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 36 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 1.5510889999999995 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 36 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4377576 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-master",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 90 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 92 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 93 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 93 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 93 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 93 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 93 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 93 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3.9432565000000004 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 93 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 16 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 33 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5616816 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 33 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 72 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 6.375154700000002 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 23 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.9340977 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.29115830000000004 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 72 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 1.9364408000000006 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 72 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 53 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 4.757739799999999 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4623731 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5473806 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3407342 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/add",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 26 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 1.1006843000000002 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 27 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6755128999999997 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/update-stop-reason",protocol="http",status="ok",status_code="200",test_type="auto"} 27 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 14 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 0.28744559999999997 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/get-not-inspected-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.07448619999999999 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/get-buffer-zone-info",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 20 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1249217 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/pallet/move-to-buffer",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3186284999999999 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/finish-extra-inspection",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1376619 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/pallet/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 11 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 18 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2603532 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/update-weight",protocol="http",status="ok",status_code="200",test_type="auto"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 18 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6193643 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/temporary-storage/package/move-to-storage-cell",protocol="http",status="ok",status_code="200",test_type="auto"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5691968000000001 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 18 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.25150039999999996 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/create-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 24 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4873446 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 24 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 26 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 30 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 1.9506405 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 30 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 48 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 1.9545953 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/item-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 48 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 8 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7579178 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 8 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6630079 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 11 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 12 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.08422080000000001 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/add-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 2.8507479 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo-master",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 5 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770396070263 aer_external_service_response_time_seconds_sum{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.26347360000000003 1770396070263 aer_external_service_response_time_seconds_count{external_service="LpPackage",method="POST /api/v1/seized-package/seize-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.010694 1770396070263 aer_external_service_response_time_seconds_count{external_service="LpPackage",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 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.01"} 3 1770396070263 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"} 3 1770396070263 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.3"} 3 1770396070263 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"} 3 1770396070263 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"} 3 1770396070263 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"} 3 1770396070263 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="4"} 3 1770396070263 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="10"} 3 1770396070263 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"} 3 1770396070263 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"} 0.007930399999999999 1770396070263 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"} 3 1770396070263 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.01"} 3 1770396070263 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"} 3 1770396070263 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.3"} 3 1770396070263 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"} 3 1770396070263 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"} 3 1770396070263 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"} 3 1770396070263 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="4"} 3 1770396070263 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="10"} 3 1770396070263 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"} 3 1770396070263 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"} 0.006203800000000001 1770396070263 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"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0087348 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-asn-master",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0689647 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/create",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 0.036641 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/to-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.034454599999999995 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-cells-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 6 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0523776 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/storage-cell/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.22972289999999998 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 2 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0422294 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/task/get-packages-info",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 0 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 9 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto"} 0.18303839999999996 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/task-package/issue-package",protocol="http",status="ok",status_code="200",test_type="auto"} 9 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.004847 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.01"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.3"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="4"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="10"} 1 1770396070263 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1 1770396070263 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0037055 1770396070263 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/hub/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1 1770396070263 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-api-fe",revision="35b7bec9",version="1.0.0.0"} 0 1770396070263 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1770396070263 # TYPE aer_lib_version gauge aer_lib_version{lang="c#",package="Aer.Platform.Abstractions",platform="false",version="9.20.0"} 1 1770396070263 aer_lib_version{lang="c#",package="Aer.Platform.Client",platform="false",version="9.20.0"} 1 1770396070263 aer_lib_version{lang="c#",package="Aer.Platform.Helpers",platform="false",version="9.20.0"} 1 1770396070263 aer_lib_version{lang="c#",package="Aer.Platform.MultipartFormData",platform="false",version="9.20.0"} 1 1770396070263 aer_lib_version{lang="c#",package="Aer.Platform.Swagger.Annotations",platform="false",version="8.3.0"} 1 1770396070263 # EOF