# 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 312811520 1765480412205 # 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 12619694080 1765480412205 # 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"} 973.9 1765480412205 process_cpu_time_seconds_total{state="system"} 470.5 1765480412205 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1765480412205 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 28 1765480412205 # 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"} 42 1765480412205 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 479 1765480412205 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 3547 1765480412205 # 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 41087800 1765480412205 # 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 33621759600 1765480412205 # 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 66031616 1765480412205 # 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"} 113112 1765480412205 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 1093624 1765480412205 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 35814312 1765480412205 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 10778776 1765480412205 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 1918552 1765480412205 # 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"} 1512 1765480412205 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 9408 1765480412205 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 10305544 1765480412205 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 133360 1765480412205 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1765480412205 # 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 5505989000 1765480412205 # 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 3137199 1765480412205 # 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 44708 1765480412205 # 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 10454112000 1765480412205 # 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 828 1765480412205 # TYPE process_runtime_dotnet_thread_pool_threads_count gauge # HELP process_runtime_dotnet_thread_pool_threads_count The number of thread pool threads that currently exist. process_runtime_dotnet_thread_pool_threads_count 3 1765480412205 # 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 6923230 1765480412205 # 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 1765480412205 # 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 8 1765480412205 # 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 297 1765480412205 # 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 97002 1765480412205 # 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"} 149 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 149 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 149 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 149 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 149 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 149 1765480412205 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.11748209999999998 1765480412205 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 149 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 604 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 605 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 605 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 605 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 605 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 605 1765480412205 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.6652150999999997 1765480412205 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 605 1765480412205 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"} 9 1765480412205 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"} 9 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 9 1765480412205 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"} 9 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 9 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 9 1765480412205 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.0016254 1765480412205 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 9 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 328 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 328 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 328 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 328 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 328 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 328 1765480412205 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.07701499999999997 1765480412205 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 328 1765480412205 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"} 15 1765480412205 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"} 15 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 15 1765480412205 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"} 15 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 15 1765480412205 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 15 1765480412205 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0032593000000000006 1765480412205 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 15 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.318751 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0262868 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 3 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 3 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 3 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 3 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 3 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.1095314 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0203402 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test"} 0.0224479 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0136339 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0214623 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 0 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.1374783 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0712198 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0573483 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0395392 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.1090378 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 1 1765480412205 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 1 1765480412205 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.010793 1765480412205 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1765480412205 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 149 1765480412205 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 605 1765480412205 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 9 1765480412205 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 328 1765480412205 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 15 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/create-and-inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/inject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find-external-package",protocol="http",status="error",status_code="500",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package-location/find",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/boxing-location/eject",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1765480412205 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/open-boxing",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/sorting/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v2/sorting/sort",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1765480412205 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 6 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 6 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 6 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 6 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 6 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 6 1765480412205 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0816863 1765480412205 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/workstation/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 6 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1765480412205 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0256172 1765480412205 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/inbound-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1765480412205 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.012118 1765480412205 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 5 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 5 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 5 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 5 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 5 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 5 1765480412205 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0216188 1765480412205 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-configuration",method="POST /api/v1/sort-plan/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 5 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1765480412205 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1765480412205 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0884162 1765480412205 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-document",method="POST /api/v1/zpl/get-temp-boxing-label",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1765480412205 # TYPE aer_pgsql_connections_error_total counter aer_pgsql_connections_error_total{db="dm_hub_service_processing"} 21 1765480412205 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="0.1"} 935077 1765480412205 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="0.5"} 935077 1765480412205 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="1"} 935077 1765480412205 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="2.5"} 935077 1765480412205 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="5"} 935077 1765480412205 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_processing",is_error="0",le="+Inf"} 935077 1765480412205 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_processing",is_error="0"} 661.7064159999841 1765480412205 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_processing",is_error="0"} 935077 1765480412205 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-processing",revision="3a288cb3",version="1.0.0.0"} 0 1765480412205 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1765480412205 # TYPE aer_lib_version gauge aer_lib_version{lang="c#",package="Aer.Platform.Swagger.Annotations",platform="false",version="8.3.0"} 1 1765480412205 # 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_processing"} 0 1765480412205 # 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_processing",le="0.1"} 935078 1765480412205 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="0.5"} 935078 1765480412205 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="1"} 935078 1765480412205 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="2.5"} 935078 1765480412205 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="5"} 935078 1765480412205 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_processing",le="+Inf"} 935078 1765480412205 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_processing"} 647.8281140999893 1765480412205 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_processing"} 935078 1765480412205 # 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_processing"} 511392546 1765480412205 # 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_processing"} 255420274 1765480412205 # 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_processing",le="0.1"} 18 1765480412205 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="0.5"} 314 1765480412205 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="1"} 315 1765480412205 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="2.5"} 315 1765480412205 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="5"} 315 1765480412205 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_processing",le="+Inf"} 315 1765480412205 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_processing"} 41.574682199999984 1765480412205 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_processing"} 315 1765480412205 # 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_processing",state="idle"} 0 1765480412205 db_client_connections_usage{pool_name="dm_hub_service_processing",state="used"} 0 1765480412205 # 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_processing"} 100 1765480412205 # 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_processing"} 0 1765480412205 # 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 1765480412205 # EOF