# 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 294739968 1770375662198 # 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 12678340608 1770375662198 # 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"} 49578.67 1770375662198 process_cpu_time_seconds_total{state="system"} 16577.43 1770375662198 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1770375662198 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 26 1770375662198 # 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"} 2657 1770375662198 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 384237 1770375662198 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 430120 1770375662198 # 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 36522304 1770375662198 # 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 6711239676856 1770375662198 # 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 58368000 1770375662198 # 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"} 292880 1770375662198 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 70488 1770375662198 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 28011760 1770375662198 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 11827800 1770375662198 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 909152 1770375662198 # 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"} 5520 1770375662198 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 912 1770375662198 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 8980200 1770375662198 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 133616 1770375662198 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1770375662198 # 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 1716246224000 1770375662198 # 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 1127025139 1770375662198 # 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 91548102 1770375662198 # 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 9244669399500 1770375662198 # 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 76881 1770375662198 # 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 2 1770375662198 # 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 392125465 1770375662198 # 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 1770375662198 # 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 6 1770375662198 # TYPE process_runtime_dotnet_assemblies_count gauge # HELP process_runtime_dotnet_assemblies_count The number of .NET assemblies that are currently loaded. process_runtime_dotnet_assemblies_count 261 1770375662198 # 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 2130932 1770375662198 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 9959392 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 9959694 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 9959697 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 9959701 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 9959701 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 9959701 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 12374.685025706876 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 9959701 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 9958663 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 9958957 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 9958961 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 9958964 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 9958964 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 9958964 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 11759.608328705828 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 9958964 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 9958668 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 9958919 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 9958954 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 9958963 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 9958963 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 9958963 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 45164.47586539262 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 9958963 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 36 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 36 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 36 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 36 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 36 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 36 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.056768799999999994 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 36 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 363 1770375662198 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.03442180000000002 1770375662198 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 76 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 76 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 76 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 76 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 76 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 76 1770375662198 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.017820299999999997 1770375662198 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 76 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 87 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 88 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 88 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 88 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 88 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 88 1770375662198 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.3207004 1770375662198 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 88 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 362 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 363 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 2.3413514 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 363 1770375662198 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 106 1770375662198 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 106 1770375662198 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 106 1770375662198 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 106 1770375662198 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 106 1770375662198 aer_response_time_seconds_bucket{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 106 1770375662198 aer_response_time_seconds_sum{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.7459997999999997 1770375662198 aer_response_time_seconds_count{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 106 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 7 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 8 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.15656390000000003 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2097 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2101 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2101 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2101 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2101 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2101 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 4.6094868000000035 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 2101 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 234 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 234 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 234 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 234 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 234 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 234 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.6181977999999998 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 234 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 57 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 57 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 57 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 57 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 57 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 57 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.12017490000000002 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 57 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 162 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 162 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 162 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 162 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 162 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 162 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 1.1612677999999999 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 162 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 19 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 19 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 19 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 19 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 19 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 19 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1520179 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 19 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0072274 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 69 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 69 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 69 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 69 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 69 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 69 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.1722128 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 69 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 237 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 237 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 237 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 237 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 237 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 237 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.5654056000000001 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 237 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 421 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 421 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 421 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 421 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 421 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 421 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.613608 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 421 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 6 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.006339999999999999 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 3 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 3 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0031918 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 201 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 201 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 201 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 201 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 201 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 201 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 1.0164271999999996 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 201 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1447 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1447 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1447 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1447 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1447 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1447 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 2.481688300000004 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 1447 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 6 1770375662198 aer_response_time_seconds_bucket{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 6 1770375662198 aer_response_time_seconds_sum{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0221203 1770375662198 aer_response_time_seconds_count{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 6 1770375662198 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"} 25 1770375662198 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"} 25 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 25 1770375662198 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"} 25 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 25 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 25 1770375662198 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0018361 1770375662198 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 25 1770375662198 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"} 8 1770375662198 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"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 8 1770375662198 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"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 8 1770375662198 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 8 1770375662198 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0006903 1770375662198 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 8 1770375662198 # TYPE aer_requests_total counter aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 9959701 1770375662198 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v1/warehouse-asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 9958964 1770375662198 aer_requests_total{client_name="dm-hub-workflow-asn",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 9958963 1770375662198 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 36 1770375662198 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 363 1770375662198 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 76 1770375662198 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 88 1770375662198 aer_requests_total{client_name="dm-hub-api-ff",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 363 1770375662198 aer_requests_total{client_name="python-autotests",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 106 1770375662198 aer_requests_total{client_name="dm-hub-api-wms",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 8 1770375662198 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 2101 1770375662198 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 234 1770375662198 aer_requests_total{client_name="dm-hub-service-cargo",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 57 1770375662198 aer_requests_total{client_name="dm-hub-api-partners",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 162 1770375662198 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 19 1770375662198 aer_requests_total{client_name="dm-hub-api-cargo-carrier",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770375662198 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 69 1770375662198 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 237 1770375662198 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v2/asn/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 421 1770375662198 aer_requests_total{client_name="dm-hub-service-package-external",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 6 1770375662198 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/shipment-asn/query",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1770375662198 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 201 1770375662198 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 1447 1770375662198 aer_requests_total{client_name="dm-hub-api-aer",method="POST /api/v2/asn/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 6 1770375662198 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 25 1770375662198 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 8 1770375662198 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_asn",is_error="0",le="0.1"} 91931804 1770375662198 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_asn",is_error="0",le="0.5"} 91932138 1770375662198 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_asn",is_error="0",le="1"} 91932178 1770375662198 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_asn",is_error="0",le="2.5"} 91932193 1770375662198 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_asn",is_error="0",le="5"} 91932193 1770375662198 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_asn",is_error="0",le="+Inf"} 91932193 1770375662198 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_asn",is_error="0"} 47649.37362684981 1770375662198 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_asn",is_error="0"} 91932193 1770375662198 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-asn",revision="19e4acbf",version="1.0.0.0"} 0 1770375662198 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1770375662198 # 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_asn_to_sort",le="0.1"} 9959641 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort",le="0.5"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort",le="1"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort",le="2.5"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort",le="5"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort",le="+Inf"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort"} 6330.407045102572 1770375662198 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_asn_to_sort"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus",le="0.1"} 9959620 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus",le="0.5"} 9959701 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus",le="1"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus",le="2.5"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus",le="5"} 9959702 1770375662198 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus",le="+Inf"} 9959703 1770375662198 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus"} 6018.55517290431 1770375662198 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_asn_in_surplus"} 9959703 1770375662198 # TYPE aer_kafka_topic_produced_messages_total counter aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_asn_to_sort"} 9959702 1770375662198 aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_asn_in_surplus"} 9959703 1770375662198 # 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_asn"} 0 1770375662198 # 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_asn",le="0.1"} 91931805 1770375662198 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_asn",le="0.5"} 91932138 1770375662198 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_asn",le="1"} 91932178 1770375662198 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_asn",le="2.5"} 91932193 1770375662198 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_asn",le="5"} 91932193 1770375662198 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_asn",le="+Inf"} 91932193 1770375662198 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_asn"} 46908.114463333826 1770375662198 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_asn"} 91932193 1770375662198 # 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_asn"} 72526617667 1770375662198 # 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_asn"} 88318158607 1770375662198 # 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_asn",le="0.1"} 3414 1770375662198 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_asn",le="0.5"} 4267 1770375662198 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_asn",le="1"} 4269 1770375662198 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_asn",le="2.5"} 4269 1770375662198 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_asn",le="5"} 4269 1770375662198 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_asn",le="+Inf"} 4269 1770375662198 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_asn"} 205.71030140000013 1770375662198 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_asn"} 4269 1770375662198 # 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_asn",state="idle"} 0 1770375662198 db_client_connections_usage{pool_name="dm_hub_service_asn",state="used"} 0 1770375662198 # 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_asn"} 100 1770375662198 # 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_asn"} 0 1770375662198 # 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 1770375662198 # EOF