# 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 322277376 1780945630736 # 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 12613275648 1780945630736 # 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"} 33872.05 1780945630736 process_cpu_time_seconds_total{state="system"} 17078.54 1780945630736 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1780945630736 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 27 1780945630736 # 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"} 1507 1780945630736 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 18266 1780945630736 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 135199 1780945630736 # 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 34966728 1780945630736 # 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 1280362361016 1780945630736 # 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 77934592 1780945630736 # TYPE process_runtime_dotnet_gc_heap_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_size_bytes The heap size (including fragmentation), as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_size_bytes{generation="gen0"} 0 1780945630736 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 510264 1780945630736 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 48940992 1780945630736 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 11303288 1780945630736 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 608392 1780945630736 # TYPE process_runtime_dotnet_gc_heap_fragmentation_size_bytes gauge # UNIT process_runtime_dotnet_gc_heap_fragmentation_size_bytes bytes # HELP process_runtime_dotnet_gc_heap_fragmentation_size_bytes The heap fragmentation, as observed during the latest garbage collection. The value will be unavailable until at least one garbage collection has occurred. process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen0"} 0 1780945630736 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 5616 1780945630736 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 29168736 1780945630736 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 133488 1780945630736 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1780945630736 # 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 202162789000 1780945630736 # 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 5647361 1780945630736 # 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 129984 1780945630736 # 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 17390687000 1780945630736 # 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 8805 1780945630736 # 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 1780945630736 # 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 269474223 1780945630736 # 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 1780945630736 # TYPE process_runtime_dotnet_timer_count gauge # HELP process_runtime_dotnet_timer_count The number of timer instances that are currently active. Timers can be created by many sources such as System.Threading.Timer, Task.Delay, or the timeout in a CancellationSource. An active timer is registered to tick at some point in the future and has not yet been canceled. process_runtime_dotnet_timer_count 6 1780945630736 # 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 284 1780945630736 # 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 3726528 1780945630736 # 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"} 484 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 485 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 485 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 485 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 485 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 485 1780945630736 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.2176327 1780945630736 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 485 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 662 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 662 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 662 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 662 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 662 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 662 1780945630736 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.1367422999999992 1780945630736 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 662 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 3999 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 3999 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 3999 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 3999 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 3999 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 3999 1780945630736 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.3940862000000005 1780945630736 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 3999 1780945630736 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"} 207 1780945630736 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"} 207 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 207 1780945630736 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"} 207 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 207 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 207 1780945630736 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.0278932 1780945630736 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 207 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 138 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 140 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 140 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 140 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 140 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 140 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.8976436000000008 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 140 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 5 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 5 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 5 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 5 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 5 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.23805650000000003 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 5 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 1456 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1456 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1456 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1456 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1456 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1456 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test"} 7.774727999999997 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test"} 1456 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 254 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 259 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test"} 2.2010876 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 254 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 259 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 2.3513209999999987 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 259 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 405 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 405 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 405 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 405 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 405 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 405 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 0.9923237999999995 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 405 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 212 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 213 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 213 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 213 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 213 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 213 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 1.559337000000001 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 213 1780945630736 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"} 77 1780945630736 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"} 77 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 77 1780945630736 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"} 77 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 77 1780945630736 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 77 1780945630736 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.011076799999999996 1780945630736 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 77 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0153604 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.1"} 1 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="0.5"} 1 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="1"} 1 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="2.5"} 1 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="5"} 1 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test",le="+Inf"} 1 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 0.0072703 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 44 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 44 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 44 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 44 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 44 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 44 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0940216 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 44 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 46 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 46 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 46 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 46 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 46 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 46 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.18809529999999997 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 46 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 4 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.04221110000000001 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 75 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 75 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 75 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 75 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 75 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 75 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 0.21639350000000004 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 75 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 3 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0314338 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 40 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 41 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 41 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 41 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 41 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 41 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.25575660000000006 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test"} 41 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 4 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.024025 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 4 1780945630736 aer_response_time_seconds_bucket{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 4 1780945630736 aer_response_time_seconds_sum{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 0.2323746 1780945630736 aer_response_time_seconds_count{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780945630736 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 485 1780945630736 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 662 1780945630736 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 3999 1780945630736 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 207 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 140 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="no_test"} 5 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query-by-inbound-id",protocol="http",status="ok",status_code="200",test_type="no_test"} 1456 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/get-sort-progress",protocol="http",status="ok",status_code="200",test_type="no_test"} 259 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/manifest/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 259 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="auto"} 405 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/create",protocol="http",status="ok",status_code="200",test_type="auto"} 213 1780945630736 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 77 1780945630736 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/unknown-package/get-barcode",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1780945630736 aer_requests_total{client_name="dm-hub-api-internal",method="POST /api/v1/package/query",protocol="http",status="client_error",status_code="400",test_type="no_test"} 1 1780945630736 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/package/query",protocol="http",status="ok",status_code="200",test_type="no_test"} 44 1780945630736 aer_requests_total{client_name="dm-hub-service-inbound",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 46 1780945630736 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="no_test"} 4 1780945630736 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/manifest/upsert",protocol="http",status="ok",status_code="200",test_type="auto"} 75 1780945630736 aer_requests_total{client_name="dm-hub-service-processing",method="POST /api/v1/package/update-state",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1780945630736 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/package/info",protocol="http",status="ok",status_code="200",test_type="no_test"} 41 1780945630736 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/customs/validate-reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780945630736 aer_requests_total{client_name="dm-hub-api-fe",method="POST /api/v1/customs/reroute-to-customs",protocol="http",status="ok",status_code="200",test_type="auto"} 4 1780945630736 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 1 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 1 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 1 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 1 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 1 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 1 1780945630736 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0764838 1780945630736 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto"} 1 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 3 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 3 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 3 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 3 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 3 1780945630736 aer_external_service_response_time_seconds_bucket{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 3 1780945630736 aer_external_service_response_time_seconds_sum{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto"} 0.0620705 1780945630736 aer_external_service_response_time_seconds_count{external_service="dm-hub-service-package-external-master",method="POST /api/v1/rerouting/reroute-by-tracking-numbers",protocol="http",status="ok",status_code="200",test_type="auto"} 3 1780945630736 # TYPE aer_pgsql_query_duration_seconds histogram aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package",is_error="0",le="0.1"} 36258933 1780945630736 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package",is_error="0",le="0.5"} 36258935 1780945630736 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package",is_error="0",le="1"} 36258936 1780945630736 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package",is_error="0",le="2.5"} 36258936 1780945630736 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package",is_error="0",le="5"} 36258936 1780945630736 aer_pgsql_query_duration_seconds_bucket{db="dm_hub_service_package",is_error="0",le="+Inf"} 36258936 1780945630736 aer_pgsql_query_duration_seconds_sum{db="dm_hub_service_package",is_error="0"} 18847.324664557713 1780945630736 aer_pgsql_query_duration_seconds_count{db="dm_hub_service_package",is_error="0"} 36258936 1780945630736 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-package",revision="d79c75b2",version="1.0.0.0"} 0 1780945630736 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1780945630736 # TYPE aer_kafka_topic_producer_push_duration_seconds histogram aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed",le="0.1"} 669 1780945630736 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed",le="0.5"} 670 1780945630736 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed",le="1"} 670 1780945630736 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed",le="2.5"} 670 1780945630736 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed",le="5"} 670 1780945630736 aer_kafka_topic_producer_push_duration_seconds_bucket{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed",le="+Inf"} 670 1780945630736 aer_kafka_topic_producer_push_duration_seconds_sum{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed"} 0.8877648000000002 1780945630736 aer_kafka_topic_producer_push_duration_seconds_count{is_batch="false",is_error="false",topic_name="dm_hub_internal_package_state_changed"} 670 1780945630736 # TYPE aer_kafka_topic_produced_messages_total counter aer_kafka_topic_produced_messages_total{is_error="false",topic_name="dm_hub_internal_package_state_changed"} 670 1780945630736 # TYPE db_client_commands_executing gauge # HELP db_client_commands_executing The number of currently executing database commands. db_client_commands_executing{pool_name="dm_hub_service_package"} 0 1780945630736 # TYPE db_client_commands_duration_seconds histogram # UNIT db_client_commands_duration_seconds seconds # HELP db_client_commands_duration_seconds The duration of database commands, in seconds. db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package",le="0.1"} 36258933 1780945630736 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package",le="0.5"} 36258935 1780945630736 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package",le="1"} 36258936 1780945630736 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package",le="2.5"} 36258936 1780945630736 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package",le="5"} 36258936 1780945630736 db_client_commands_duration_seconds_bucket{pool_name="dm_hub_service_package",le="+Inf"} 36258936 1780945630736 db_client_commands_duration_seconds_sum{pool_name="dm_hub_service_package"} 18426.119630071564 1780945630736 db_client_commands_duration_seconds_count{pool_name="dm_hub_service_package"} 36258936 1780945630736 # TYPE db_client_commands_bytes_written_total counter # UNIT db_client_commands_bytes_written_total bytes # HELP db_client_commands_bytes_written_total The number of bytes written. db_client_commands_bytes_written_total{pool_name="dm_hub_service_package"} 19832956534 1780945630736 # TYPE db_client_commands_bytes_read_total counter # UNIT db_client_commands_bytes_read_total bytes # HELP db_client_commands_bytes_read_total The number of bytes read. db_client_commands_bytes_read_total{pool_name="dm_hub_service_package"} 9904915146 1780945630736 # TYPE db_client_connections_create_time_seconds histogram # UNIT db_client_connections_create_time_seconds seconds # HELP db_client_connections_create_time_seconds The time it took to create a new connection. db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package",le="0.1"} 432 1780945630736 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package",le="0.5"} 12362 1780945630736 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package",le="1"} 12363 1780945630736 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package",le="2.5"} 12363 1780945630736 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package",le="5"} 12363 1780945630736 db_client_connections_create_time_seconds_bucket{pool_name="dm_hub_service_package",le="+Inf"} 12363 1780945630736 db_client_connections_create_time_seconds_sum{pool_name="dm_hub_service_package"} 1678.1323822000043 1780945630736 db_client_connections_create_time_seconds_count{pool_name="dm_hub_service_package"} 12363 1780945630736 # TYPE db_client_connections_usage gauge # HELP db_client_connections_usage The number of connections that are currently in state described by the state attribute. db_client_connections_usage{pool_name="dm_hub_service_package",state="idle"} 0 1780945630736 db_client_connections_usage{pool_name="dm_hub_service_package",state="used"} 0 1780945630736 # TYPE db_client_connections_max gauge # HELP db_client_connections_max The maximum number of open connections allowed. db_client_connections_max{pool_name="dm_hub_service_package"} 100 1780945630736 # TYPE db_client_commands_prepared_ratio gauge # HELP db_client_commands_prepared_ratio The ratio of prepared command executions. db_client_commands_prepared_ratio{pool_name="dm_hub_service_package"} 0 1780945630736 # 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 1780945630736 # EOF