# 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 304701440 1775714309057 # 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 20553457664 1775714309057 # 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"} 8762.44 1775714309057 process_cpu_time_seconds_total{state="system"} 2146.87 1775714309057 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1775714309057 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 134 1775714309057 # 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"} 241 1775714309057 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 1302 1775714309057 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 14650 1775714309057 # 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 31991360 1775714309057 # 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 131896353328 1775714309057 # 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 54353920 1775714309057 # 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"} 158592 1775714309057 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 1063832 1775714309057 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 24935584 1775714309057 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 12221184 1775714309057 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 406512 1775714309057 # 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"} 2472 1775714309057 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 11688 1775714309057 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 8632104 1775714309057 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 133712 1775714309057 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1775714309057 # 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 26853015000 1775714309057 # 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 3750385 1775714309057 # 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 101176 1775714309057 # 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 15982733000 1775714309057 # 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 2929 1775714309057 # 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 18 1775714309057 # 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 20077585 1775714309057 # 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 1775714309057 # 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 21 1775714309057 # 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 299 1775714309057 # 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 557513 1775714309057 # TYPE aer_response_time_seconds histogram aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 3841 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3842 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 3842 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 3842 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 3842 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 3842 1775714309057 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test"} 4.929784299999983 1775714309057 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test"} 3842 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 46020 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 46086 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 46098 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 46104 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 46104 1775714309057 aer_response_time_seconds_bucket{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 46104 1775714309057 aer_response_time_seconds_sum{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test"} 1184.5978763999888 1775714309057 aer_response_time_seconds_count{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test"} 46104 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 791 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 791 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 791 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 791 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 791 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 791 1775714309057 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.0906857 1775714309057 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 791 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.1"} 74 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 74 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 74 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 74 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 74 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 74 1775714309057 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.0084496 1775714309057 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 74 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 61 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 61 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 62 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 62 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 62 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 62 1775714309057 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.9800081999999999 1775714309057 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 62 1775714309057 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"} 10 1775714309057 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"} 10 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 10 1775714309057 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"} 10 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 10 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 10 1775714309057 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0014772999999999998 1775714309057 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 10 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.1"} 18 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="0.5"} 18 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 18 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="2.5"} 18 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 18 1775714309057 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 18 1775714309057 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0015961000000000003 1775714309057 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 18 1775714309057 # TYPE aer_requests_total counter aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/ema-registration/get",protocol="http",status="ok",status_code="200",test_type="no_test"} 3842 1775714309057 aer_requests_total{client_name="dm-hub-daemon-package-process",method="POST /api/v1/data/close-declaration-manually",protocol="http",status="error",status_code="500",test_type="no_test"} 46104 1775714309057 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 791 1775714309057 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 74 1775714309057 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 62 1775714309057 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 10 1775714309057 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 18 1775714309057 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 46060 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 46103 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 46104 1775714309057 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 129.4905615 1775714309057 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo",method="POST /api/v1/declaration/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 46093 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 46104 1775714309057 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 55.341067600000095 1775714309057 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing-package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 46097 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 46104 1775714309057 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 75.65586590000032 1775714309057 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-cargo",method="POST /api/v1/boxing/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 46087 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 46088 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 46098 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 46104 1775714309057 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test"} 827.3909387000068 1775714309057 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-document",method="POST /api/v1/shipox/generate-csv",protocol="http",status="error",status_code="500",test_type="no_test"} 46104 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 179 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 180 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 181 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 181 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 181 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 181 1775714309057 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2.184869299999999 1775714309057 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 181 1775714309057 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"} 44 1775714309057 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"} 44 1775714309057 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"} 44 1775714309057 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"} 44 1775714309057 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"} 44 1775714309057 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"} 44 1775714309057 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"} 0.07877159999999998 1775714309057 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"} 44 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 6 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 6 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 6 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 6 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 6 1775714309057 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 6 1775714309057 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0638207 1775714309057 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-asn",method="POST /api/v1/cainiao-asn/query-cainiao-details",protocol="http",status="ok",status_code="200",test_type="no_test"} 6 1775714309057 # TYPE aer_pgsql_connections_error_total counter aer_pgsql_connections_error_total{db="dm_hub_workflow_integration"} 1 1775714309057 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_workflow_integration",is_error="0",le="0.1"} 2446241 1775714309057 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_workflow_integration",is_error="0",le="0.5"} 2446256 1775714309057 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_workflow_integration",is_error="0",le="1"} 2450644 1775714309057 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_workflow_integration",is_error="0",le="2.5"} 2450665 1775714309057 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_workflow_integration",is_error="0",le="5"} 2450665 1775714309057 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_workflow_integration",is_error="0",le="+Inf"} 2450665 1775714309057 aer_pgsql_query_duration_seconds_sum{db="dm_hub_workflow_integration",is_error="0"} 5007.277896900004 1775714309057 aer_pgsql_query_duration_seconds_count{db="dm_hub_workflow_integration",is_error="0"} 2450665 1775714309057 # TYPE aer_kafka_topic_process_duration_seconds histogram aer_kafka_topic_process_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="0.1"} 178 1775714309057 aer_kafka_topic_process_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="0.5"} 180 1775714309057 aer_kafka_topic_process_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="1"} 181 1775714309057 aer_kafka_topic_process_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="2.5"} 181 1775714309057 aer_kafka_topic_process_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="5"} 181 1775714309057 aer_kafka_topic_process_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="+Inf"} 181 1775714309057 aer_kafka_topic_process_duration_seconds_sum{topic_name="dm_hub_external_package_state_changed"} 2.8796209999999993 1775714309057 aer_kafka_topic_process_duration_seconds_count{topic_name="dm_hub_external_package_state_changed"} 181 1775714309057 # TYPE aer_kafka_topic_commit_duration_seconds histogram aer_kafka_topic_commit_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="0.1"} 181 1775714309057 aer_kafka_topic_commit_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="0.5"} 181 1775714309057 aer_kafka_topic_commit_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="1"} 181 1775714309057 aer_kafka_topic_commit_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="2.5"} 181 1775714309057 aer_kafka_topic_commit_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="5"} 181 1775714309057 aer_kafka_topic_commit_duration_seconds_bucket{topic_name="dm_hub_external_package_state_changed",le="+Inf"} 181 1775714309057 aer_kafka_topic_commit_duration_seconds_sum{topic_name="dm_hub_external_package_state_changed"} 0.3557035000000002 1775714309057 aer_kafka_topic_commit_duration_seconds_count{topic_name="dm_hub_external_package_state_changed"} 181 1775714309057 # TYPE aer_kafka_topic_consumed_messages_total counter # HELP aer_kafka_topic_consumed_messages_total Kafka topic received messages count aer_kafka_topic_consumed_messages_total{consumer_group="dm_hub_workflow_integration_master",topic_name="dm_hub_external_package_state_changed"} 208 1775714309057 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-workflow-integration",revision="ebfdc279",version="1.0.0.0"} 0 1775714309057 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1775714309057 # TYPE aer_lib_version gauge aer_lib_version{lang="c#",package="Aer.Platform.Abstractions",platform="false",version="9.20.0"} 1 1775714309057 aer_lib_version{lang="c#",package="Aer.Platform.Client",platform="false",version="9.20.0"} 1 1775714309057 aer_lib_version{lang="c#",package="Aer.Platform.EventBus.Messages",platform="false",version="9.20.0"} 1 1775714309057 aer_lib_version{lang="c#",package="Aer.Platform.Helpers",platform="false",version="9.20.0"} 1 1775714309057 aer_lib_version{lang="c#",package="Aer.Platform.MultipartFormData",platform="false",version="9.20.0"} 1 1775714309057 aer_lib_version{lang="c#",package="Aer.Platform.Swagger.Annotations",platform="false",version="8.3.0"} 1 1775714309057 # 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_workflow_integration"} 0 1775714309057 # 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_workflow_integration",le="0.1"} 2446242 1775714309057 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_workflow_integration",le="0.5"} 2446256 1775714309057 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_workflow_integration",le="1"} 2450644 1775714309057 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_workflow_integration",le="2.5"} 2450665 1775714309057 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_workflow_integration",le="5"} 2450665 1775714309057 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_workflow_integration",le="+Inf"} 2450665 1775714309057 db_client_commands_duration_seconds_sum{pool_name="dm_hub_workflow_integration"} 4979.458687999258 1775714309057 db_client_commands_duration_seconds_count{pool_name="dm_hub_workflow_integration"} 2450665 1775714309057 # 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_workflow_integration"} 1307386977 1775714309057 # 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_workflow_integration"} 709680534 1775714309057 # 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_workflow_integration",le="0.1"} 813 1775714309057 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_workflow_integration",le="0.5"} 1540 1775714309057 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_workflow_integration",le="1"} 1553 1775714309057 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_workflow_integration",le="2.5"} 1556 1775714309057 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_workflow_integration",le="5"} 1556 1775714309057 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_workflow_integration",le="+Inf"} 1557 1775714309057 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_workflow_integration"} 136.6047600000003 1775714309057 db_client_connections_create_time_seconds_count{pool_name="dm_hub_workflow_integration"} 1557 1775714309057 # 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_workflow_integration",state="idle"} 1 1775714309057 db_client_connections_usage{pool_name="dm_hub_workflow_integration",state="used"} 0 1775714309057 # 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_workflow_integration"} 100 1775714309057 # 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_workflow_integration"} 0 1775714309057 # 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="inbox"} 0 1775714309057 aer_platform_db_table_row_count{table_name="outbox"} 0 1775714309057 # EOF