# 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 234450944 1775770207790 # 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 11918487552 1775770207790 # 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"} 944.85 1775770207790 process_cpu_time_seconds_total{state="system"} 614.6799999 1775770207790 # TYPE process_cpu_count gauge # HELP process_cpu_count The number of processors (CPU cores) available to the current process. process_cpu_count 1 1775770207790 # TYPE process_threads gauge # HELP process_threads Process threads count. process_threads 19 1775770207790 # 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"} 30 1775770207790 process_runtime_dotnet_gc_collections_count_total{generation="gen1"} 793 1775770207790 process_runtime_dotnet_gc_collections_count_total{generation="gen0"} 2138 1775770207790 # 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 22282608 1775770207790 # 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 24146710736 1775770207790 # 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 32501760 1775770207790 # 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"} 386832 1775770207790 process_runtime_dotnet_gc_heap_size_bytes{generation="gen1"} 544552 1775770207790 process_runtime_dotnet_gc_heap_size_bytes{generation="gen2"} 5651320 1775770207790 process_runtime_dotnet_gc_heap_size_bytes{generation="loh"} 9312360 1775770207790 process_runtime_dotnet_gc_heap_size_bytes{generation="poh"} 554832 1775770207790 # 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"} 2640 1775770207790 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen1"} 4776 1775770207790 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="gen2"} 75512 1775770207790 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="loh"} 133040 1775770207790 process_runtime_dotnet_gc_heap_fragmentation_size_bytes{generation="poh"} 0 1775770207790 # 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 3630622000 1775770207790 # 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 2376038 1775770207790 # 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 29822 1775770207790 # 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 7249866500 1775770207790 # 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 374 1775770207790 # 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 1775770207790 # 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 8932530 1775770207790 # 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 1775770207790 # TYPE process_runtime_dotnet_timer_count gauge # HELP process_runtime_dotnet_timer_count The number of timer instances that are currently active. Timers can be created by many sources such as System.Threading.Timer, Task.Delay, or the timeout in a CancellationSource. An active timer is registered to tick at some point in the future and has not yet been canceled. process_runtime_dotnet_timer_count 2 1775770207790 # 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 256 1775770207790 # 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 87052 1775770207790 # 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"} 434 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="0.5"} 434 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="1"} 434 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="2.5"} 434 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="5"} 434 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test",le="+Inf"} 434 1775770207790 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 0.10098199999999977 1775770207790 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 434 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 438 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 439 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 439 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 439 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 439 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 439 1775770207790 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.7778260999999995 1775770207790 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 439 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.1"} 3030 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="0.5"} 3030 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="1"} 3030 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="2.5"} 3030 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="5"} 3030 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test",le="+Inf"} 3030 1775770207790 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 0.37839289999999925 1775770207790 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 3030 1775770207790 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"} 80 1775770207790 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"} 80 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="1"} 80 1775770207790 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"} 80 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="5"} 80 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test",le="+Inf"} 80 1775770207790 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 0.011745400000000001 1775770207790 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 80 1775770207790 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"} 65 1775770207790 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"} 65 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="1"} 65 1775770207790 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"} 65 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="5"} 65 1775770207790 aer_response_time_seconds_bucket{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test",le="+Inf"} 65 1775770207790 aer_response_time_seconds_sum{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 0.006680499999999998 1775770207790 aer_response_time_seconds_count{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 65 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 0 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 0 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 42 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 57 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 60 1775770207790 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test"} 147.2847685 1775770207790 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test"} 60 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto",le="0.1"} 0 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto",le="0.5"} 0 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto",le="1"} 0 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto",le="2.5"} 52 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto",le="5"} 84 1775770207790 aer_response_time_seconds_bucket{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto",le="+Inf"} 84 1775770207790 aer_response_time_seconds_sum{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto"} 198.27983619999992 1775770207790 aer_response_time_seconds_count{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto"} 84 1775770207790 # TYPE aer_requests_total counter aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="302",test_type="no_test"} 434 1775770207790 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="200",test_type="no_test"} 439 1775770207790 aer_requests_total{client_name="unknown",method="other",protocol="http",status="ok",status_code="404",test_type="no_test"} 3030 1775770207790 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="405",test_type="no_test"} 80 1775770207790 aer_requests_total{client_name="unknown",method="other",protocol="http",status="client_error",status_code="499",test_type="no_test"} 65 1775770207790 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="no_test"} 60 1775770207790 aer_requests_total{client_name="dm-hub-workflow-processing",method="POST /api/v1/email/send",protocol="http",status="ok",status_code="200",test_type="auto"} 84 1775770207790 # TYPE aer_external_service_response_time_seconds histogram aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 0 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775770207790 aer_external_service_response_time_seconds_sum{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 1.2594045999999999 1775770207790 aer_external_service_response_time_seconds_count{external_service="c.pki.goog",method="GET /we2/yK5nPhtHKQs.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 2 1775770207790 aer_external_service_response_time_seconds_sum{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.0531498 1775770207790 aer_external_service_response_time_seconds_count{external_service="c.pki.goog",method="GET /r/r4.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 2 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 3 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 3 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 3 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 3 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 3 1775770207790 aer_external_service_response_time_seconds_sum{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.935561 1775770207790 aer_external_service_response_time_seconds_count{external_service="c.pki.goog",method="GET /we2/_OUIVzpZV4.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 3 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.1"} 0 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="0.5"} 1 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="1"} 1 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="2.5"} 1 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="5"} 1 1775770207790 aer_external_service_response_time_seconds_bucket{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test",le="+Inf"} 1 1775770207790 aer_external_service_response_time_seconds_sum{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 0.3148199 1775770207790 aer_external_service_response_time_seconds_count{external_service="c.pki.goog",method="GET /we2/Gt0Gl6QoGAU.crl",protocol="http",status="ok",status_code="200",test_type="no_test"} 1 1775770207790 # TYPE aer_app_build_info gauge # HELP aer_app_build_info Application build information aer_app_build_info{branch="master",name="dm-hub-service-email",revision="a6626c1a",version="1.0.0.0"} 0 1775770207790 # TYPE aer_app_metrics_standard gauge # HELP aer_app_metrics_standard Aer metrics standard version aer_app_metrics_standard{version="1.0"} 0 1775770207790 # EOF