# 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 408715264 1775778455124 # 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 13096919040 1775778455124 # 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"} 333871.6599999 1775778455124 process_cpu_time_seconds_total{state="system"} 142885.77 1775778455124 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1775778455124 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 27 1775778455124 # 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"} 12056 1775778455124 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 837561 1775778455124 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 7214453 1775778455124 # 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 51531936 1775778455124 # 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 66685041846240 1775778455124 # 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 87052288 1775778455124 # TYPE process_runtime_dotnet_gc_heap_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_size_bytes The heap size (including fragmentation), as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_size_bytes{generation="gen0"} 0 1775778455124 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 310144 1775778455124 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 38110080 1775778455124 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 15107840 1775778455124 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 1053352 1775778455124 # TYPE process_runtime_dotnet_gc_heap_fragmentation_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_fragmentation_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_fragmentation_size_bytes The heap fragmentation, as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen0"} 0 1775778455124 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 4152 1775778455124 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 10015376 1775778455124 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 943168 1775778455124 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1775778455124 # 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 18494246678000 1775778455124 # 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 202215933 1775778455124 # 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 7705535 1775778455124 # 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 866626278500 1775778455124 # 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 3311262 1775778455124 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 3 1775778455124 # 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 3379994502 1775778455124 # 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 1775778455124 # 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 11 1775778455124 # 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 300 1775778455124 # 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 218423 1775778455124 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 76737311 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 76739112 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 76739273 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 76739309 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 76739314 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 76739315 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test"} 213248.94495480962 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test"} 76739315 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 153474930 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 153478193 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 153478287 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 153478325 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 153478344 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 153478344 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 352826.4023896411 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 153478344 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 76737970 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 76738681 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 76738697 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 76738699 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 76738700 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 76738700 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 88083.42190914052 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 76738700 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 76735181 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 76738345 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 76738560 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 76738588 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 76738599 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 76738599 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 429503.866740534 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 76738599 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 19799 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 19802 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 19802 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 19802 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 19802 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 19803 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 61.50139080000015 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 19803 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 18 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 18 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 18 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 18 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 18 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 18 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0447018 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 18 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 3 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 3 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 3 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 3 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.1152566 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1600 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1600 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1600 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1600 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1600 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1600 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 4.152608999999998 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1600 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 4759 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 4759 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 4759 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 4759 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 4759 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 4759 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test"} 32.933549999999975 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test"} 4759 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 28 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 28 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 28 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 28 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 28 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 28 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.05707379999999999 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 28 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 12 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.05681219999999999 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1054 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1054 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1054 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1054 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1054 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1054 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3.835550700000004 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1054 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 773 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 773 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 773 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 773 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 773 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 773 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 11.016527100000003 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 773 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 70 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 70 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 70 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 70 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 70 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 70 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.28680039999999996 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 70 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 785 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1.9588671999999987 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 785 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.9618911000000007 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 785 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 4 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 0.0164773 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 2038 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 2038 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 2038 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 2038 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 2038 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 2038 1775778455124 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.19120070000000042 1775778455124 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 2038 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 576 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 576 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 576 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 576 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 576 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 576 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.7652107000000008 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 576 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 26 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 26 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 26 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 26 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 26 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 26 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 0.255635 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 26 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 221 1775778455124 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.034641100000000015 1775778455124 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 247 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 248 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 248 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 248 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 248 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 248 1775778455124 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.8812172999999999 1775778455124 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 248 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 187 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 212 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 212 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 212 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 212 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 212 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 12.2755952 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 212 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 13 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.1038807 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 12 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.24222010000000002 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 11 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 12 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto"} 0.36726490000000006 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 163 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 163 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 163 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 163 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 163 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 163 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6064307000000001 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto"} 163 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 358 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 359 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 359 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 359 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 359 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 359 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto"} 2.629385800000001 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto"} 359 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 13 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0275455 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 13 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.059939 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto",le="0.1"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto",le="0.5"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto",le="1"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto",le="2.5"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto",le="5"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto",le="+Inf"} 46 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto"} 0.3414689000000001 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 46 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 46 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.6464161 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 46 1775778455124 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"} 101 1775778455124 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"} 101 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 101 1775778455124 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"} 101 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 101 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 101 1775778455124 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0080086 1775778455124 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 101 1775778455124 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"} 15 1775778455124 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"} 15 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 15 1775778455124 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"} 15 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 15 1775778455124 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 15 1775778455124 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0016735 1775778455124 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 15 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 290 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 290 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 290 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 290 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 290 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 290 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6105497000000002 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 290 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 616 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 616 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 616 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 616 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 616 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 616 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 3.3286935999999994 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 616 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 606 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 606 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 606 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 606 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 606 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 606 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 3.3423783000000036 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 606 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0158354 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0037846 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.0256107 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 13 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test"} 156.1319202 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 54 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 628.5151264 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 54 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 3624 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 3629 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 3629 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 3634 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 3644 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 3671 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 511.7328618999995 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 3671 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 15 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 19 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 19 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 19 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 20 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 21 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test"} 26.6056694 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test"} 21 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 220 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 220 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 220 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 220 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 220 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 221 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test"} 7.078734500000001 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test"} 221 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 4 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 0.056040599999999996 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0030385 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 194 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 194 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 194 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 194 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 194 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 194 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 0.8332155000000002 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 194 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 4 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test"} 45.0259028 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test"} 4 1775778455124 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1775778455124 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0651799 1775778455124 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 12 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto"} 0.17247749999999998 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0018752 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 7 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 7 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 7 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 7 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 7 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 7 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 0.020256200000000002 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 7 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0212923 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 13 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.09426830000000001 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 22 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 22 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 22 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 22 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 22 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 22 1775778455124 aer_response_time_seconds_sum{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.2470603 1775778455124 aer_response_time_seconds_count{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 22 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775778455124 aer_response_time_seconds_sum{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0980378 1775778455124 aer_response_time_seconds_count{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.027344 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.012370599999999999 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0016044 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0013024 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0098997 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.08391219999999999 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test"} 0.0698048 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test"} 2 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 0 1775778455124 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 2 1775778455124 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 14.0386069 1775778455124 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 2 1775778455124 # TYPE aer_requests_total counter aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="ok",status_code="200",test_type="no_test"} 76739315 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 153478344 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 76738700 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 76738599 1775778455124 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 19803 1775778455124 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 18 1775778455124 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1775778455124 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1600 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="no_test"} 4759 1775778455124 aer_requests_total{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 28 1775778455124 aer_requests_total{client_name="dm-hub-service-document",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 12 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1054 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 773 1775778455124 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 70 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 785 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 785 1775778455124 aer_requests_total{client_name="dm-hub-service-document",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 4 1775778455124 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 2038 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 576 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 26 1775778455124 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 221 1775778455124 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 248 1775778455124 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 212 1775778455124 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/package/batch-update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/package/get-mail-class",protocol="http",status="ok",status_code="200",test_type="auto"} 163 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="auto"} 359 1775778455124 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/surplus-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/lost-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="error",status_code="500",test_type="auto"} 46 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 46 1775778455124 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 101 1775778455124 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 15 1775778455124 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 290 1775778455124 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 616 1775778455124 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 606 1775778455124 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/package/batch-update-sortkey",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/package-history/query-with-package-info",protocol="http",status="client_error",status_code="400",test_type="no_test"} 2 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="client_error",status_code="400",test_type="no_test"} 13 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 54 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 3671 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="error",status_code="500",test_type="no_test"} 21 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v2/package/upsert",protocol="http",status="error",status_code="500",test_type="no_test"} 221 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 4 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="auto"} 2 1775778455124 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 194 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/package/update-presort-plan-post-code",protocol="http",status="client_error",status_code="400",test_type="no_test"} 4 1775778455124 aer_requests_total{client_name="python-autotests",method="POST /api/v2/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1775778455124 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/package/batch-update-manual-package-state",protocol="http",status="ok",status_code="200",test_type="auto"} 12 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 2 1775778455124 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="error",status_code="500",test_type="no_test"} 7 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/package/delete",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1775778455124 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v1/tracking-number/generate-by-template",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_requests_total{client_name="DM.Hub.Service.Cargo",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 22 1775778455124 aer_requests_total{client_name="DM.Hub.Api.Fe",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v2/package/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v1/item-info/delete",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775778455124 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-osl-buffer",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/osl/get-lost-packages",protocol="http",status="error",status_code="500",test_type="no_test"} 2 1775778455124 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/surplus-package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 2 1775778455124 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 5181 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 5181 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 5181 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 5181 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 5181 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 5181 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 10.187886099999973 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 5181 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 76737518 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 76738796 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 76738830 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 76738839 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 76738844 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 76738844 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 135166.92206453925 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 76738844 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 570 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 570 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 570 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 570 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 570 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 570 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 1.022199199999999 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/package-template/query",protocol="http",status="ok",status_code="200",test_type="auto"} 570 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 573 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 573 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 573 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 573 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 573 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 573 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 1.0762033999999991 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 573 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 381 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8011648 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="auto"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 381 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.8130882999999997 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="auto"} 381 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 359 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 359 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 359 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 359 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 359 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 359 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 1.0219568999999997 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="auto"} 359 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 71 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 71 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 71 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 71 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 71 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 71 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.2236008 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo",method="POST /api/v1/big-bag-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 71 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 32 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0717848 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/commercial-logistic-provider/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 32 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.05623979999999999 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/partner/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 32 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.1"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test",le="2.5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 4 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test"} 10.661400400000002 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/postal-settings/query-suitable",protocol="http",status="client_error",status_code="499",test_type="no_test"} 4 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 13 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 13 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 13 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 13 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 13 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 13 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0407305 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v2/postal-settings/query-suitable",protocol="http",status="ok",status_code="200",test_type="no_test"} 13 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0225111 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-processing",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775778455124 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775778455124 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0034503 1775778455124 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/zone/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775778455124 # TYPE aer_pgsql_connections_error_total counter aer_pgsql_connections_error_total{db="dm_hub_service_package_external"} 4700 1775778455124 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package_external",is_error="0",le="0.1"} 785029347 1775778455124 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package_external",is_error="0",le="0.5"} 785031805 1775778455124 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package_external",is_error="0",le="1"} 785032038 1775778455124 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package_external",is_error="0",le="2.5"} 785032113 1775778455124 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package_external",is_error="0",le="5"} 785032140 1775778455124 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package_external",is_error="0",le="+Inf"} 785032144 1775778455124 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_package_external",is_error="0"} 627451.9360927385 1775778455124 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_package_external",is_error="0"} 785032144 1775778455124 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-package-external",revision="e45091f5",version="1.0.0.0"} 0 1775778455124 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1775778455124 # TYPE aer_lib_version gauge aer_lib_version{lang="c#",package="Aer.Platform.Abstractions",platform="false",version="9.20.0"} 1 1775778455124 aer_lib_version{lang="c#",package="Aer.Platform.Client",platform="false",version="9.20.0"} 1 1775778455124 aer_lib_version{lang="c#",package="Aer.Platform.MultipartFormData",platform="false",version="9.20.0"} 1 1775778455124 aer_lib_version{lang="c#",package="Aer.Platform.Swagger.Annotations",platform="false",version="8.3.0"} 1 1775778455124 # 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_external_package_state_changed",le="0.1"} 345 1775778455124 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed",le="0.5"} 348 1775778455124 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed",le="1"} 350 1775778455124 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed",le="2.5"} 350 1775778455124 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed",le="5"} 350 1775778455124 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed",le="+Inf"} 350 1775778455124 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed"} 2.5833749999999993 1775778455124 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_external_package_state_changed"} 350 1775778455124 # TYPE aer_kafka_topic_produced_messages_total counter aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_external_package_state_changed"} 350 1775778455124 # 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_package_external"} 0 1775778455124 # TYPE db_client_commands_failed_total counter # HELP db_client_commands_failed_total The number of database commands which have failed. db_client_commands_failed_total{pool_name="dm_hub_service_package_external"} 366 1775778455124 # 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_package_external",le="0.1"} 785029695 1775778455124 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package_external",le="0.5"} 785032175 1775778455124 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package_external",le="1"} 785032408 1775778455124 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package_external",le="2.5"} 785032483 1775778455124 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package_external",le="5"} 785032510 1775778455124 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package_external",le="+Inf"} 785032571 1775778455124 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_package_external"} 626501.8444959376 1775778455124 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_package_external"} 785032571 1775778455124 # 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_package_external"} 561436168922 1775778455124 # 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_package_external"} 562645798549 1775778455124 # 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_package_external",le="0.1"} 20548 1775778455124 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package_external",le="0.5"} 27649 1775778455124 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package_external",le="1"} 27669 1775778455124 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package_external",le="2.5"} 27683 1775778455124 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package_external",le="5"} 27692 1775778455124 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package_external",le="+Inf"} 27702 1775778455124 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_package_external"} 1850.5299569999934 1775778455124 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_package_external"} 27702 1775778455124 # 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_package_external",state="idle"} 0 1775778455124 db_client_connections_usage{pool_name="dm_hub_service_package_external",state="used"} 0 1775778455124 # 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_package_external"} 100 1775778455124 # 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_package_external"} 0 1775778455124 # 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 1775778455124 # EOF