# 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 256073728 1781514212145 # 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 11998130176 1781514212145 # 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"} 843.98 1781514212145 process_cpu_time_seconds_total{state="system"} 538.71 1781514212145 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1781514212145 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 20 1781514212145 # 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"} 27 1781514212145 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 473 1781514212145 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 2172 1781514212145 # 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 30017504 1781514212145 # 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 21748041904 1781514212145 # 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 47742976 1781514212145 # 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"} 189416 1781514212145 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 63896 1781514212145 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 19020072 1781514212145 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 11073896 1781514212145 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 769072 1781514212145 # 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"} 1320 1781514212145 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 960 1781514212145 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 2698016 1781514212145 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 133296 1781514212145 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1781514212145 # 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 3305664000 1781514212145 # 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 2380508 1781514212145 # 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 37809 1781514212145 # 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 7538432300 1781514212145 # 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 760 1781514212145 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 4 1781514212145 # 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 7868766 1781514212145 # 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 1781514212145 # TYPE process_runtime_dotnet_timer_count gauge # HELP process_runtime_dotnet_timer_count The number of timer instances that are currently active. Timers can be created by many sources such as System.Threading.Timer, Task.Delay, or the timeout in a CancellationSource. An active timer is registered to tick at some point in the future and has not yet been canceled. process_runtime_dotnet_timer_count 2 1781514212145 # 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 259 1781514212145 # 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 79164 1781514212145 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 912 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 912 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 912 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 912 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 912 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 912 1781514212145 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.14816330000000014 1781514212145 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 912 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 995 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 996 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 996 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 996 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 996 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 996 1781514212145 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.744440099999999 1781514212145 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 996 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 11924 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 11924 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 11924 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 11924 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 11924 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 11924 1781514212145 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 1.227593899999999 1781514212145 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 11924 1781514212145 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"} 311 1781514212145 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"} 311 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 311 1781514212145 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"} 311 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 311 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 311 1781514212145 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.03823519999999999 1781514212145 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 311 1781514212145 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"} 80 1781514212145 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"} 80 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 80 1781514212145 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"} 80 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 80 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 80 1781514212145 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.008772199999999999 1781514212145 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 80 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 61 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 62 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 62 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 62 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 62 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 62 1781514212145 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.17812859999999997 1781514212145 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test"} 62 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 296 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 296 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 296 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 296 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 296 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 296 1781514212145 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.16068190000000002 1781514212145 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test"} 296 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 190 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 190 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 190 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 190 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 190 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 190 1781514212145 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.11741759999999993 1781514212145 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test"} 190 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 138 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 138 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 138 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 138 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 138 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 138 1781514212145 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.08672379999999995 1781514212145 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test"} 138 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test",le="0.1"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test",le="0.5"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test",le="1"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test",le="2.5"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test",le="5"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test",le="+Inf"} 2 1781514212145 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test"} 0.0001831 1781514212145 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 45 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 45 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 45 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 45 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 45 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 45 1781514212145 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.0360336 1781514212145 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test"} 45 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 0 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 0 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1781514212145 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1781514212145 aer_response_time_seconds_sum{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test"} 4.3499988 1781514212145 aer_response_time_seconds_count{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1781514212145 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 912 1781514212145 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 996 1781514212145 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 11924 1781514212145 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 311 1781514212145 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 80 1781514212145 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/arrival",protocol="http",status="client_error",status_code="400",test_type="no_test"} 62 1781514212145 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoin",protocol="http",status="client_error",status_code="400",test_type="no_test"} 296 1781514212145 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/departure",protocol="http",status="client_error",status_code="400",test_type="no_test"} 190 1781514212145 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/global-linehaul-hoairline",protocol="http",status="client_error",status_code="400",test_type="no_test"} 138 1781514212145 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="301",test_type="no_test"} 2 1781514212145 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/linehaul-arrival",protocol="http",status="client_error",status_code="400",test_type="no_test"} 45 1781514212145 aer_requests_total{client_name="dm-hub-workflow-integration",method="POST /api/v1/callback/customs-ccim-abnormal",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1781514212145 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1781514212145 aer_external_service_response_time_seconds_bucket{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 0 1781514212145 aer_external_service_response_time_seconds_bucket{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 0 1781514212145 aer_external_service_response_time_seconds_bucket{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1781514212145 aer_external_service_response_time_seconds_bucket{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1781514212145 aer_external_service_response_time_seconds_bucket{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1781514212145 aer_external_service_response_time_seconds_sum{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test"} 4.3013037 1781514212145 aer_external_service_response_time_seconds_count{external_service="prelink.cainiao.com",method="POST /gateway/link.do",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1781514212145 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-integration-cainiao",revision="16623151",version="1.0.0.0"} 0 1781514212145 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1781514212145 # EOF