# HELP process_cpu_user_seconds_total Total user CPU time spent in seconds. # TYPE process_cpu_user_seconds_total counter process_cpu_user_seconds_total 63610.779010999984 # HELP process_cpu_system_seconds_total Total system CPU time spent in seconds. # TYPE process_cpu_system_seconds_total counter process_cpu_system_seconds_total 45660.01421299999 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 109270.793224 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1784629471 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 176910336 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 11794587648 # HELP process_heap_bytes Process heap size in bytes. # TYPE process_heap_bytes gauge process_heap_bytes 221290496 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 28 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1048576 # HELP nodejs_eventloop_lag_seconds Lag of event loop in seconds. # TYPE nodejs_eventloop_lag_seconds gauge nodejs_eventloop_lag_seconds 0.010816619 # HELP nodejs_eventloop_lag_min_seconds The minimum recorded event loop delay. # TYPE nodejs_eventloop_lag_min_seconds gauge nodejs_eventloop_lag_min_seconds 0.000004608 # HELP nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay. # TYPE nodejs_eventloop_lag_max_seconds gauge nodejs_eventloop_lag_max_seconds 6.786383871 # HELP nodejs_eventloop_lag_mean_seconds The mean of the recorded event loop delays. # TYPE nodejs_eventloop_lag_mean_seconds gauge nodejs_eventloop_lag_mean_seconds 0.011107121029555104 # HELP nodejs_eventloop_lag_stddev_seconds The standard deviation of the recorded event loop delays. # TYPE nodejs_eventloop_lag_stddev_seconds gauge nodejs_eventloop_lag_stddev_seconds 0.0048056235485110285 # HELP nodejs_eventloop_lag_p50_seconds The 50th percentile of the recorded event loop delays. # TYPE nodejs_eventloop_lag_p50_seconds gauge nodejs_eventloop_lag_p50_seconds 0.010248191 # HELP nodejs_eventloop_lag_p90_seconds The 90th percentile of the recorded event loop delays. # TYPE nodejs_eventloop_lag_p90_seconds gauge nodejs_eventloop_lag_p90_seconds 0.011763711 # HELP nodejs_eventloop_lag_p99_seconds The 99th percentile of the recorded event loop delays. # TYPE nodejs_eventloop_lag_p99_seconds gauge nodejs_eventloop_lag_p99_seconds 0.026492927 # HELP nodejs_active_handles Number of active libuv handles grouped by handle type. Every handle type is C++ class name. # TYPE nodejs_active_handles gauge nodejs_active_handles{type="Socket"} 4 nodejs_active_handles{type="Server"} 1 nodejs_active_handles{type="TLSSocket"} 7 # HELP nodejs_active_handles_total Total number of active handles. # TYPE nodejs_active_handles_total gauge nodejs_active_handles_total 12 # HELP nodejs_active_requests Number of active libuv requests grouped by request type. Every request type is C++ class name. # TYPE nodejs_active_requests gauge # HELP nodejs_active_requests_total Total number of active requests. # TYPE nodejs_active_requests_total gauge nodejs_active_requests_total 0 # HELP nodejs_heap_size_total_bytes Process heap size from Node.js in bytes. # TYPE nodejs_heap_size_total_bytes gauge nodejs_heap_size_total_bytes 102170624 # HELP nodejs_heap_size_used_bytes Process heap size used from Node.js in bytes. # TYPE nodejs_heap_size_used_bytes gauge nodejs_heap_size_used_bytes 91703840 # HELP nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nodejs_external_memory_bytes gauge nodejs_external_memory_bytes 21516302 # HELP nodejs_heap_space_size_total_bytes Process heap space size total from Node.js in bytes. # TYPE nodejs_heap_space_size_total_bytes gauge nodejs_heap_space_size_total_bytes{space="read_only"} 0 nodejs_heap_space_size_total_bytes{space="old"} 77746176 nodejs_heap_space_size_total_bytes{space="code"} 7811072 nodejs_heap_space_size_total_bytes{space="map"} 4726784 nodejs_heap_space_size_total_bytes{space="large_object"} 10838016 nodejs_heap_space_size_total_bytes{space="code_large_object"} 0 nodejs_heap_space_size_total_bytes{space="new_large_object"} 0 nodejs_heap_space_size_total_bytes{space="new"} 1048576 # HELP nodejs_heap_space_size_used_bytes Process heap space size used from Node.js in bytes. # TYPE nodejs_heap_space_size_used_bytes gauge nodejs_heap_space_size_used_bytes{space="read_only"} 0 nodejs_heap_space_size_used_bytes{space="old"} 71052488 nodejs_heap_space_size_used_bytes{space="code"} 6512704 nodejs_heap_space_size_used_bytes{space="map"} 2757096 nodejs_heap_space_size_used_bytes{space="large_object"} 10630688 nodejs_heap_space_size_used_bytes{space="code_large_object"} 0 nodejs_heap_space_size_used_bytes{space="new_large_object"} 0 nodejs_heap_space_size_used_bytes{space="new"} 767808 # HELP nodejs_heap_space_size_available_bytes Process heap space size available from Node.js in bytes. # TYPE nodejs_heap_space_size_available_bytes gauge nodejs_heap_space_size_available_bytes{space="read_only"} 0 nodejs_heap_space_size_available_bytes{space="old"} 5212856 nodejs_heap_space_size_available_bytes{space="code"} 806848 nodejs_heap_space_size_available_bytes{space="map"} 1886088 nodejs_heap_space_size_available_bytes{space="large_object"} 0 nodejs_heap_space_size_available_bytes{space="code_large_object"} 0 nodejs_heap_space_size_available_bytes{space="new_large_object"} 1030976 nodejs_heap_space_size_available_bytes{space="new"} 263168 # HELP nodejs_version_info Node.js version info. # TYPE nodejs_version_info gauge nodejs_version_info{version="v18.20.8",major="18",minor="20",patch="8"} 1 # HELP nodejs_gc_duration_seconds Garbage collection duration by kind, one of major, minor, incremental or weakcb. # TYPE nodejs_gc_duration_seconds histogram nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 338 nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 554 nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 603 nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 605 nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 605 nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 605 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 605 nodejs_gc_duration_seconds_sum{kind="incremental"} 1.8489632072964737 nodejs_gc_duration_seconds_count{kind="incremental"} 605 nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 0 nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 281 nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 319 nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 319 nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 319 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 319 nodejs_gc_duration_seconds_sum{kind="major"} 18.538715453440616 nodejs_gc_duration_seconds_count{kind="major"} 319 nodejs_gc_duration_seconds_bucket{le="0.001",kind="minor"} 7520 nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 96887 nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 109853 nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 110388 nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 110389 nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 110389 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 110389 nodejs_gc_duration_seconds_sum{kind="minor"} 705.7916712657674 nodejs_gc_duration_seconds_count{kind="minor"} 110389 # HELP loopback_invocation_duration_seconds method invocation # TYPE loopback_invocation_duration_seconds gauge loopback_invocation_duration_seconds{targetName="ExplorerController.prototype.indexRedirect"} 0.00222988 loopback_invocation_duration_seconds{targetName="HealthController.prototype.health"} 0.00064962 loopback_invocation_duration_seconds{targetName="MetricsController.prototype.report"} 0.011284178 loopback_invocation_duration_seconds{targetName="ExplorerController.prototype.index"} 0.001126326 loopback_invocation_duration_seconds{targetName="UserController.prototype.setupAccount"} 0.135647798 loopback_invocation_duration_seconds{targetName="UserController.prototype.setupTricycleAccount"} 0.17546967 loopback_invocation_duration_seconds{targetName="UserController.prototype.setupSalesAgentAccount"} 0.146900878 loopback_invocation_duration_seconds{targetName="UserController.prototype.setupRetailerAccount"} 0.130012527 # HELP loopback_invocation_duration_histogram method invocation histogram # TYPE loopback_invocation_duration_histogram histogram loopback_invocation_duration_histogram_bucket{le="0.005",targetName="ExplorerController.prototype.indexRedirect"} 17 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="ExplorerController.prototype.indexRedirect"} 28 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="ExplorerController.prototype.indexRedirect"} 33 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="ExplorerController.prototype.indexRedirect"} 33 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="1",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="5",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="10",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_sum{targetName="ExplorerController.prototype.indexRedirect"} 0.26111360499999997 loopback_invocation_duration_histogram_count{targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="HealthController.prototype.health"} 41 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="HealthController.prototype.health"} 43 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="HealthController.prototype.health"} 44 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="1",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="5",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="10",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_sum{targetName="HealthController.prototype.health"} 0.11517524299999997 loopback_invocation_duration_histogram_count{targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="MetricsController.prototype.report"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="MetricsController.prototype.report"} 4 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="MetricsController.prototype.report"} 26 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="MetricsController.prototype.report"} 34 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="1",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="5",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="10",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_sum{targetName="MetricsController.prototype.report"} 0.7189176939999998 loopback_invocation_duration_histogram_count{targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="ExplorerController.prototype.index"} 19 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="ExplorerController.prototype.index"} 25 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="ExplorerController.prototype.index"} 29 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="1",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="5",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="10",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_sum{targetName="ExplorerController.prototype.index"} 0.198385329 loopback_invocation_duration_histogram_count{targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="UserController.prototype.setupAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="UserController.prototype.setupAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="UserController.prototype.setupAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="UserController.prototype.setupAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="UserController.prototype.setupAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="UserController.prototype.setupAccount"} 3 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="UserController.prototype.setupAccount"} 3 loopback_invocation_duration_histogram_bucket{le="1",targetName="UserController.prototype.setupAccount"} 3 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="UserController.prototype.setupAccount"} 4 loopback_invocation_duration_histogram_bucket{le="5",targetName="UserController.prototype.setupAccount"} 4 loopback_invocation_duration_histogram_bucket{le="10",targetName="UserController.prototype.setupAccount"} 4 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="UserController.prototype.setupAccount"} 4 loopback_invocation_duration_histogram_sum{targetName="UserController.prototype.setupAccount"} 1.4596483949999999 loopback_invocation_duration_histogram_count{targetName="UserController.prototype.setupAccount"} 4 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="UserController.prototype.setupTricycleAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="UserController.prototype.setupTricycleAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="UserController.prototype.setupTricycleAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="UserController.prototype.setupTricycleAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="UserController.prototype.setupTricycleAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="1",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="5",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="10",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_sum{targetName="UserController.prototype.setupTricycleAccount"} 1.041450701 loopback_invocation_duration_histogram_count{targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="UserController.prototype.setupSalesAgentAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="UserController.prototype.setupSalesAgentAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="UserController.prototype.setupSalesAgentAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="UserController.prototype.setupSalesAgentAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="UserController.prototype.setupSalesAgentAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="1",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="5",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="10",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_sum{targetName="UserController.prototype.setupSalesAgentAccount"} 0.966634058 loopback_invocation_duration_histogram_count{targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="UserController.prototype.setupRetailerAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="UserController.prototype.setupRetailerAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="UserController.prototype.setupRetailerAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="UserController.prototype.setupRetailerAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="UserController.prototype.setupRetailerAccount"} 0 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_bucket{le="1",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_bucket{le="5",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_bucket{le="10",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="UserController.prototype.setupRetailerAccount"} 6 loopback_invocation_duration_histogram_sum{targetName="UserController.prototype.setupRetailerAccount"} 0.7872187469999999 loopback_invocation_duration_histogram_count{targetName="UserController.prototype.setupRetailerAccount"} 6 # HELP loopback_invocation_total method invocation counts # TYPE loopback_invocation_total counter loopback_invocation_total 167 # HELP loopback_invocation_duration_summary method invocation summary # TYPE loopback_invocation_duration_summary summary loopback_invocation_duration_summary{quantile="0.01",targetName="ExplorerController.prototype.indexRedirect"} 0.000775672 loopback_invocation_duration_summary{quantile="0.05",targetName="ExplorerController.prototype.indexRedirect"} 0.0008807812 loopback_invocation_duration_summary{quantile="0.5",targetName="ExplorerController.prototype.indexRedirect"} 0.004634827 loopback_invocation_duration_summary{quantile="0.9",targetName="ExplorerController.prototype.indexRedirect"} 0.013401300800000003 loopback_invocation_duration_summary{quantile="0.95",targetName="ExplorerController.prototype.indexRedirect"} 0.016879025 loopback_invocation_duration_summary{quantile="0.99",targetName="ExplorerController.prototype.indexRedirect"} 0.069285997 loopback_invocation_duration_summary{quantile="0.999",targetName="ExplorerController.prototype.indexRedirect"} 0.069285997 loopback_invocation_duration_summary_sum{targetName="ExplorerController.prototype.indexRedirect"} 0.246071751 loopback_invocation_duration_summary_count{targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_summary{quantile="0.01",targetName="HealthController.prototype.health"} 0.00016156 loopback_invocation_duration_summary{quantile="0.05",targetName="HealthController.prototype.health"} 0.00016410699999999998 loopback_invocation_duration_summary{quantile="0.5",targetName="HealthController.prototype.health"} 0.001192179 loopback_invocation_duration_summary{quantile="0.9",targetName="HealthController.prototype.health"} 0.004936937 loopback_invocation_duration_summary{quantile="0.95",targetName="HealthController.prototype.health"} 0.00853917225 loopback_invocation_duration_summary{quantile="0.99",targetName="HealthController.prototype.health"} 0.035708396 loopback_invocation_duration_summary{quantile="0.999",targetName="HealthController.prototype.health"} 0.035708396 loopback_invocation_duration_summary_sum{targetName="HealthController.prototype.health"} 0.11639025200000001 loopback_invocation_duration_summary_count{targetName="HealthController.prototype.health"} 45 loopback_invocation_duration_summary{quantile="0.01",targetName="MetricsController.prototype.report"} 0.007628446 loopback_invocation_duration_summary{quantile="0.05",targetName="MetricsController.prototype.report"} 0.009420910250000001 loopback_invocation_duration_summary{quantile="0.5",targetName="MetricsController.prototype.report"} 0.019188234 loopback_invocation_duration_summary{quantile="0.9",targetName="MetricsController.prototype.report"} 0.029538084 loopback_invocation_duration_summary{quantile="0.95",targetName="MetricsController.prototype.report"} 0.04355558975 loopback_invocation_duration_summary{quantile="0.99",targetName="MetricsController.prototype.report"} 0.05165787 loopback_invocation_duration_summary{quantile="0.999",targetName="MetricsController.prototype.report"} 0.05165787 loopback_invocation_duration_summary_sum{targetName="MetricsController.prototype.report"} 0.7191311700000002 loopback_invocation_duration_summary_count{targetName="MetricsController.prototype.report"} 35 loopback_invocation_duration_summary{quantile="0.01",targetName="ExplorerController.prototype.index"} 0.000742272 loopback_invocation_duration_summary{quantile="0.05",targetName="ExplorerController.prototype.index"} 0.001050966 loopback_invocation_duration_summary{quantile="0.5",targetName="ExplorerController.prototype.index"} 0.003665148 loopback_invocation_duration_summary{quantile="0.9",targetName="ExplorerController.prototype.index"} 0.0177087305 loopback_invocation_duration_summary{quantile="0.95",targetName="ExplorerController.prototype.index"} 0.02413471 loopback_invocation_duration_summary{quantile="0.99",targetName="ExplorerController.prototype.index"} 0.03525808 loopback_invocation_duration_summary{quantile="0.999",targetName="ExplorerController.prototype.index"} 0.03525808 loopback_invocation_duration_summary_sum{targetName="ExplorerController.prototype.index"} 0.19895808099999998 loopback_invocation_duration_summary_count{targetName="ExplorerController.prototype.index"} 30 loopback_invocation_duration_summary{quantile="0.01",targetName="UserController.prototype.setupAccount"} 0.129648217 loopback_invocation_duration_summary{quantile="0.05",targetName="UserController.prototype.setupAccount"} 0.129648217 loopback_invocation_duration_summary{quantile="0.5",targetName="UserController.prototype.setupAccount"} 0.134885963 loopback_invocation_duration_summary{quantile="0.9",targetName="UserController.prototype.setupAccount"} 1.060623127 loopback_invocation_duration_summary{quantile="0.95",targetName="UserController.prototype.setupAccount"} 1.060623127 loopback_invocation_duration_summary{quantile="0.99",targetName="UserController.prototype.setupAccount"} 1.060623127 loopback_invocation_duration_summary{quantile="0.999",targetName="UserController.prototype.setupAccount"} 1.060623127 loopback_invocation_duration_summary_sum{targetName="UserController.prototype.setupAccount"} 1.46004327 loopback_invocation_duration_summary_count{targetName="UserController.prototype.setupAccount"} 4 loopback_invocation_duration_summary{quantile="0.01",targetName="UserController.prototype.setupTricycleAccount"} 0.12740021 loopback_invocation_duration_summary{quantile="0.05",targetName="UserController.prototype.setupTricycleAccount"} 0.12740021 loopback_invocation_duration_summary{quantile="0.5",targetName="UserController.prototype.setupTricycleAccount"} 0.17966978150000001 loopback_invocation_duration_summary{quantile="0.9",targetName="UserController.prototype.setupTricycleAccount"} 0.22673861110000001 loopback_invocation_duration_summary{quantile="0.95",targetName="UserController.prototype.setupTricycleAccount"} 0.230700312 loopback_invocation_duration_summary{quantile="0.99",targetName="UserController.prototype.setupTricycleAccount"} 0.230700312 loopback_invocation_duration_summary{quantile="0.999",targetName="UserController.prototype.setupTricycleAccount"} 0.230700312 loopback_invocation_duration_summary_sum{targetName="UserController.prototype.setupTricycleAccount"} 1.04163879 loopback_invocation_duration_summary_count{targetName="UserController.prototype.setupTricycleAccount"} 6 loopback_invocation_duration_summary{quantile="0.01",targetName="UserController.prototype.setupSalesAgentAccount"} 0.130951873 loopback_invocation_duration_summary{quantile="0.05",targetName="UserController.prototype.setupSalesAgentAccount"} 0.130951873 loopback_invocation_duration_summary{quantile="0.5",targetName="UserController.prototype.setupSalesAgentAccount"} 0.151238821 loopback_invocation_duration_summary{quantile="0.9",targetName="UserController.prototype.setupSalesAgentAccount"} 0.2069106144 loopback_invocation_duration_summary{quantile="0.95",targetName="UserController.prototype.setupSalesAgentAccount"} 0.209909569 loopback_invocation_duration_summary{quantile="0.99",targetName="UserController.prototype.setupSalesAgentAccount"} 0.209909569 loopback_invocation_duration_summary{quantile="0.999",targetName="UserController.prototype.setupSalesAgentAccount"} 0.209909569 loopback_invocation_duration_summary_sum{targetName="UserController.prototype.setupSalesAgentAccount"} 0.9668680860000001 loopback_invocation_duration_summary_count{targetName="UserController.prototype.setupSalesAgentAccount"} 6 loopback_invocation_duration_summary{quantile="0.01",targetName="UserController.prototype.setupRetailerAccount"} 0.127465964 loopback_invocation_duration_summary{quantile="0.05",targetName="UserController.prototype.setupRetailerAccount"} 0.127465964 loopback_invocation_duration_summary{quantile="0.5",targetName="UserController.prototype.setupRetailerAccount"} 0.13021234850000002 loopback_invocation_duration_summary{quantile="0.9",targetName="UserController.prototype.setupRetailerAccount"} 0.1403021008 loopback_invocation_duration_summary{quantile="0.95",targetName="UserController.prototype.setupRetailerAccount"} 0.141390616 loopback_invocation_duration_summary{quantile="0.99",targetName="UserController.prototype.setupRetailerAccount"} 0.141390616 loopback_invocation_duration_summary{quantile="0.999",targetName="UserController.prototype.setupRetailerAccount"} 0.141390616 loopback_invocation_duration_summary_sum{targetName="UserController.prototype.setupRetailerAccount"} 0.787391621 loopback_invocation_duration_summary_count{targetName="UserController.prototype.setupRetailerAccount"} 6