# 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 371040256 1770684032699 # 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 12627972096 1770684032699 # 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"} 5790.55 1770684032699 process_cpu_time_seconds_total{state="system"} 2868.14 1770684032699 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1770684032699 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 28 1770684032699 # 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"} 243 1770684032699 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 2883 1770684032699 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 21706 1770684032699 # 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 52157976 1770684032699 # 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 205119715440 1770684032699 # 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 103280640 1770684032699 # 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"} 444328 1770684032699 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 3456480 1770684032699 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 72593616 1770684032699 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 12324616 1770684032699 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 1168712 1770684032699 # 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"} 1848 1770684032699 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 15696 1770684032699 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 42219672 1770684032699 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 611768 1770684032699 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1770684032699 # 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 34903112000 1770684032699 # 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 5244622 1770684032699 # 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 100927 1770684032699 # 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 18803800900 1770684032699 # 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 6701 1770684032699 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 4 1770684032699 # 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 41836044 1770684032699 # 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 1770684032699 # 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 12 1770684032699 # TYPE process_runtime_dotnet_assemblies_count gauge # HELP process_runtime_dotnet_assemblies_count The number of .NET assemblies that are currently loaded. process_runtime_dotnet_assemblies_count 295 1770684032699 # 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 584331 1770684032699 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 9540 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 9558 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 9560 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 9560 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 9560 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 9560 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 31.564447799999943 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 9560 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 49 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 50 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 50 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 50 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 50 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 50 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.3913854000000001 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 50 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 340 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 340 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 340 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 340 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 340 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 340 1770684032699 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.06184119999999998 1770684032699 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 340 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 14 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.042209400000000015 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 78 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 78 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 78 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 78 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 78 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 78 1770684032699 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.026017500000000002 1770684032699 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 78 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 195 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 197 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 197 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 197 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 197 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 197 1770684032699 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.5959698 1770684032699 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 197 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 285 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 285 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 285 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 285 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 285 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 285 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7080768000000001 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 285 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto"} 0.06324540000000001 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1410 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1410 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1410 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1410 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1410 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1410 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.104055700000003 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1410 1770684032699 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 83 1770684032699 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 84 1770684032699 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 1.6561151999999995 1770684032699 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 466 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 467 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 467 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 467 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 467 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 467 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 12.756689999999997 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 467 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 441 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 441 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 441 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 441 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 441 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 441 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7.2526033000000085 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 441 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 133 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 1.58907 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 133 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8636683999999999 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 133 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3689017 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 124 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 126 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 126 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 126 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 126 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 126 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 3.5762997000000016 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 126 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 114 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 139 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 140 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 140 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 140 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 140 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 9.5445107 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 140 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 144 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 154 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 154 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 154 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 154 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 154 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto"} 7.400316700000002 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto"} 154 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 125 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 147 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto"} 8.900986199999997 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 147 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.1817719999999996 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 137 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 147 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto"} 7.2023996000000015 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 138 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 147 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto"} 8.180549899999997 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 99 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 147 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 12.786767500000002 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 713 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 714 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 714 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 714 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 714 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 714 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.416776200000001 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 714 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 452 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 452 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 452 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 452 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 452 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 452 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.7336435000000002 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 452 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="0.1"} 12 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="0.5"} 41 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="1"} 41 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="2.5"} 42 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="5"} 42 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto",le="+Inf"} 42 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto"} 6.4938109 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto"} 42 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 57 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 57 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 57 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 57 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 57 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 57 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.09130589999999998 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 57 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 22 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto"} 0.29224 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 82 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 84 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 3.5462396 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 84 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2296 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 2296 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 2296 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 2296 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 2296 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 2296 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3.3393047000000013 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2296 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 212 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 217 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 217 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 217 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 217 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 217 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 7.983027399999999 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 217 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 77 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 77 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 77 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 77 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 77 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 77 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 1.160007 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 77 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 238 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 238 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 238 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 238 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 238 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 238 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 3.024427700000001 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 238 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 105 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 105 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 105 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 105 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 105 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 105 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 1.8393308000000008 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 105 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 14 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0474036 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1624 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1624 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1624 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1624 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1624 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1624 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.0546574999999976 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1624 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 125 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 168 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 168 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 168 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 168 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 168 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 14.175866100000002 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 168 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 322 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 322 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 322 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 322 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 322 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 322 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4016507999999998 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto"} 322 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 161 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6851068000000003 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 56 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.09321300000000003 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 161 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto"} 0.378851 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto"} 161 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 56 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.09876970000000002 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 56 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto"} 2.1302125999999997 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 56 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 0.3143350999999999 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1611222 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto",le="0.1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto",le="0.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto",le="1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto",le="2.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto",le="5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto",le="+Inf"} 7 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto"} 0.0879334 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 20 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 21 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 21 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 1.5119818999999994 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 28 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 28 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 28 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 28 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 28 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 28 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0539959 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 28 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 4.396596499999999 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 14 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.021911500000000004 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 14 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.017963900000000005 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 14 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto"} 0.038766600000000005 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 14 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.014867100000000001 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0120123 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0076213999999999995 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 16 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 16 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 16 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 16 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 16 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 16 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2320636 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 36 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 36 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 36 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 36 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 36 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 36 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.06833339999999999 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 36 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 1 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 1 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 1 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 1 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 1 1770684032699 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 1 1770684032699 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.0134192 1770684032699 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1770684032699 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"} 22 1770684032699 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"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="2.5"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 22 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 22 1770684032699 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.004706600000000001 1770684032699 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 22 1770684032699 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"} 18 1770684032699 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"} 18 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 18 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="2.5"} 18 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 18 1770684032699 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 18 1770684032699 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0029042 1770684032699 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 18 1770684032699 # TYPE aer_requests_total counter aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 9560 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 50 1770684032699 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 340 1770684032699 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 14 1770684032699 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 78 1770684032699 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 197 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 285 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-canceled",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1410 1770684032699 aer_requests_total{client_name="python-autotests",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 84 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 467 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 441 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/query-shipment-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 133 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 133 1770684032699 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-arrived",protocol="http",status="ok",status_code="200",test_type="auto"} 126 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 140 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-declaration",protocol="http",status="ok",status_code="200",test_type="auto"} 154 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-state/to-partner-customs-shipped",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_requests_total{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_requests_total{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-left-departure-country",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_requests_total{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-partner-arrived-at-destination-country",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_requests_total{client_name="dm-hub-service-customs",method="POST /api/v1/big-bag-state/to-awaiting-arrival",protocol="http",status="ok",status_code="200",test_type="auto"} 147 1770684032699 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 714 1770684032699 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 452 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="error",status_code="500",test_type="auto"} 42 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 57 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v1/big-bag-package/remove-from-big-bag-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto"} 22 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/to-in-progress",protocol="http",status="ok",status_code="200",test_type="auto"} 84 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2296 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/get-info",protocol="http",status="ok",status_code="200",test_type="auto"} 217 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/inbound-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 77 1770684032699 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v1/shipment-package/add-packages",protocol="http",status="ok",status_code="200",test_type="auto"} 238 1770684032699 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 105 1770684032699 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1624 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 168 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/query",protocol="http",status="ok",status_code="200",test_type="auto"} 322 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/add-senior-receiving-staff",protocol="http",status="ok",status_code="200",test_type="auto"} 161 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/senior-staff/update-finished-at-date",protocol="http",status="ok",status_code="200",test_type="auto"} 161 1770684032699 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag/query",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v1/big-bag-state/to-partner-shipped",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/to-finished",protocol="http",status="ok",status_code="200",test_type="auto"} 56 1770684032699 aer_requests_total{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/registration",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_requests_total{client_name="dm-hub-api-internal",method="POST /api/v1/shipment-item/checkpoints",protocol="http",status="error",status_code="500",test_type="auto"} 7 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-item/to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/shipment/update-extra-inspection-officer",protocol="http",status="ok",status_code="200",test_type="auto"} 28 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/get-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-package/remove-from-shipment-by-package-id",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 14 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/big-bag/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1770684032699 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 36 1770684032699 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/declaration/create",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1770684032699 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 22 1770684032699 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 18 1770684032699 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 63 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 63 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 63 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 63 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 63 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 63 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.15579929999999997 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/big-bag-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 63 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 4520 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 4521 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 4521 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 4521 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 4521 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 4521 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 46.04573439999991 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 4521 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 544 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 546 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 546 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 546 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 546 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 546 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3.749957599999998 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-asn-master",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 546 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 937 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 938 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 938 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 938 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 938 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 938 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto"} 23.068111199999997 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto"} 938 1770684032699 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"} 133 1770684032699 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"} 133 1770684032699 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"} 133 1770684032699 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.5"} 133 1770684032699 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="5"} 133 1770684032699 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"} 133 1770684032699 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.6818681999999999 1770684032699 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"} 133 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 140 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.4206388 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/pre-sort-plan/query",protocol="http",status="ok",status_code="200",test_type="auto"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 28 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 28 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 28 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 28 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 28 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 28 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.08637609999999996 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 28 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 140 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.22922529999999988 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 140 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1421 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1421 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1421 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1421 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1421 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1421 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2.3214221999999998 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1421 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 441 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 441 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 441 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 441 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 441 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 441 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1.4846970000000008 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-customs-master",method="POST /api/v2/air-way-bill/query",protocol="http",status="ok",status_code="200",test_type="auto"} 441 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 124 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 126 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 126 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 126 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 126 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 126 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto"} 3.3166101999999995 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="auto"} 126 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 111 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 112 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 112 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 112 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 112 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 112 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6716930999999997 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="auto"} 112 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 90 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 91 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 91 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 91 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 91 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 91 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto"} 1.0083337999999995 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="auto"} 91 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 698 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 698 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 698 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 698 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 698 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 698 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 2.3831997 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 698 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.1"} 42 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="0.5"} 42 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="1"} 42 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="2.5"} 42 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="5"} 42 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto",le="+Inf"} 42 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto"} 0.10928480000000002 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/inject-by-external-package",protocol="http",status="client_error",status_code="400",test_type="auto"} 42 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 191 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 196 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 196 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 196 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 196 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 196 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto"} 9.008426899999993 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/inspection-item/create",protocol="http",status="ok",status_code="200",test_type="auto"} 196 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 798 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 798 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 798 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 798 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 798 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 798 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 1.7760055000000008 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/package-location/find-external-package",protocol="http",status="ok",status_code="200",test_type="auto"} 798 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 168 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto"} 2.061184499999998 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external-master",method="POST /api/v1/package/update-template",protocol="http",status="ok",status_code="200",test_type="auto"} 168 1770684032699 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"} 168 1770684032699 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"} 168 1770684032699 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"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/user/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 168 1770684032699 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"} 168 1770684032699 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.29968930000000005 1770684032699 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"} 168 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 20 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 21 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 21 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 21 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 21 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 21 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7999689000000001 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/shipment/ready-to-dispatch",protocol="http",status="ok",status_code="200",test_type="auto"} 21 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.023952600000000004 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing-master",method="POST /api/v1/extra-inspection/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0367789 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration-master",method="POST /api/v1/stop-reason/query",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 7 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 4.1917964 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-document-master",method="POST /api/v1/document/generate-inspection-protocol",protocol="http",status="ok",status_code="200",test_type="auto"} 7 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 16 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 16 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 16 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 16 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 16 1770684032699 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 16 1770684032699 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0547718 1770684032699 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 16 1770684032699 # TYPE aer_pgsql_connections_error_total counter aer_pgsql_connections_error_total{db="dm_hub_service_cargo"} 1 1770684032699 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_cargo",is_error="0",le="0.1"} 5709522 1770684032699 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_cargo",is_error="0",le="0.5"} 5709527 1770684032699 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_cargo",is_error="0",le="1"} 5709529 1770684032699 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_cargo",is_error="0",le="2.5"} 5709529 1770684032699 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_cargo",is_error="0",le="5"} 5709529 1770684032699 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_cargo",is_error="0",le="+Inf"} 5709529 1770684032699 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_cargo",is_error="0"} 3327.379109299847 1770684032699 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_cargo",is_error="0"} 5709529 1770684032699 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-cargo",revision="c24e89a8",version="1.0.0.0"} 0 1770684032699 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1770684032699 # TYPE aer_lib_version gauge aer_lib_version{lang="c#",package="Aer.Platform.Abstractions",platform="false",version="9.20.0"} 1 1770684032699 aer_lib_version{lang="c#",package="Aer.Platform.Client",platform="false",version="9.20.0"} 1 1770684032699 aer_lib_version{lang="c#",package="Aer.Platform.EventBus.Messages",platform="false",version="9.20.0"} 1 1770684032699 aer_lib_version{lang="c#",package="Aer.Platform.MultipartFormData",platform="false",version="9.20.0"} 1 1770684032699 # TYPE aer_kafka_topic_producer_push_duration_seconds histogram aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update",le="0.1"} 372 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update",le="0.5"} 373 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update",le="1"} 373 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update",le="2.5"} 373 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update",le="5"} 373 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update",le="+Inf"} 373 1770684032699 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update"} 0.7133771999999993 1770684032699 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_internal_big_bag_update"} 373 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed",le="0.1"} 206 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed",le="0.5"} 206 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed",le="1"} 207 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed",le="2.5"} 207 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed",le="5"} 207 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed",le="+Inf"} 207 1770684032699 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed"} 1.141180699999999 1770684032699 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_external_shipment_state_changed"} 207 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated",le="0.1"} 3 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated",le="0.5"} 3 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated",le="1"} 4 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated",le="2.5"} 4 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated",le="5"} 4 1770684032699 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated",le="+Inf"} 4 1770684032699 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated"} 0.9302092 1770684032699 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_inspection_protocol_generated"} 4 1770684032699 # TYPE aer_kafka_topic_produced_messages_total counter aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_internal_big_bag_update"} 373 1770684032699 aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_external_shipment_state_changed"} 207 1770684032699 aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_inspection_protocol_generated"} 4 1770684032699 # TYPE db_client_commands_executing gauge # HELP db_client_commands_executing The number of currently executing database commands. db_client_commands_executing{pool_name="dm_hub_service_cargo"} 0 1770684032699 # TYPE db_client_commands_duration_seconds histogram # UNIT db_client_commands_duration_seconds seconds # HELP db_client_commands_duration_seconds The duration of database commands, in seconds. db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_cargo",le="0.1"} 5709525 1770684032699 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_cargo",le="0.5"} 5709527 1770684032699 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_cargo",le="1"} 5709529 1770684032699 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_cargo",le="2.5"} 5709529 1770684032699 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_cargo",le="5"} 5709529 1770684032699 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_cargo",le="+Inf"} 5709530 1770684032699 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_cargo"} 3269.9248480002393 1770684032699 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_cargo"} 5709530 1770684032699 # TYPE db_client_commands_bytes_written_total counter # UNIT db_client_commands_bytes_written_total bytes # HELP db_client_commands_bytes_written_total The number of bytes written. db_client_commands_bytes_written_total{pool_name="dm_hub_service_cargo"} 3155298409 1770684032699 # TYPE db_client_commands_bytes_read_total counter # UNIT db_client_commands_bytes_read_total bytes # HELP db_client_commands_bytes_read_total The number of bytes read. db_client_commands_bytes_read_total{pool_name="dm_hub_service_cargo"} 1579858977 1770684032699 # TYPE db_client_connections_create_time_seconds histogram # UNIT db_client_connections_create_time_seconds seconds # HELP db_client_connections_create_time_seconds The time it took to create a new connection. db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_cargo",le="0.1"} 610 1770684032699 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_cargo",le="0.5"} 2264 1770684032699 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_cargo",le="1"} 2265 1770684032699 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_cargo",le="2.5"} 2265 1770684032699 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_cargo",le="5"} 2265 1770684032699 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_cargo",le="+Inf"} 2265 1770684032699 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_cargo"} 242.75426790000003 1770684032699 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_cargo"} 2265 1770684032699 # TYPE db_client_connections_usage gauge # HELP db_client_connections_usage The number of connections that are currently in state described by the state attribute. db_client_connections_usage{pool_name="dm_hub_service_cargo",state="idle"} 0 1770684032699 db_client_connections_usage{pool_name="dm_hub_service_cargo",state="used"} 0 1770684032699 # TYPE db_client_connections_max gauge # HELP db_client_connections_max The maximum number of open connections allowed. db_client_connections_max{pool_name="dm_hub_service_cargo"} 100 1770684032699 # TYPE db_client_commands_prepared_ratio gauge # HELP db_client_commands_prepared_ratio The ratio of prepared command executions. db_client_commands_prepared_ratio{pool_name="dm_hub_service_cargo"} 0 1770684032699 # TYPE aer_platform_db_table_row_count gauge # HELP aer_platform_db_table_row_count Number of table rows aer_platform_db_table_row_count{table_name="outbox"} 0 1770684032699 # TYPE aer_platform_track_transaction_status_change_info_total counter # HELP aer_platform_track_transaction_status_change_info_total Tracks changes of transaction entities on every update aer_platform_track_transaction_status_change_info_total{service_name="dm-hub-service-cargo-Development",status="Created",transaction_type="ChangeBigBagState"} 938 1770684032699 aer_platform_track_transaction_status_change_info_total{service_name="dm-hub-service-cargo-Development",status="FinishedCorrectly",transaction_type="ChangeBigBagState"} 938 1770684032699 # TYPE aer_platform_track_operation_status_change_info_total counter # HELP aer_platform_track_operation_status_change_info_total Tracks changes of operation entities on every update aer_platform_track_operation_status_change_info_total{operation_type="ChangeBigBagState",service_name="dm-hub-service-cargo-Development",status="Committed"} 938 1770684032699 aer_platform_track_operation_status_change_info_total{operation_type="ChangePackagesState",service_name="dm-hub-service-cargo-Development",status="Committed"} 938 1770684032699 # EOF