# 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 35609.122830999986 # 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 26679.456703 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 62288.57953400001 # 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 1780576876 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 180219904 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 11799191552 # HELP process_heap_bytes Process heap size in bytes. # TYPE process_heap_bytes gauge process_heap_bytes 226160640 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 27 # 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.016968385 # 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.00000512 # HELP nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay. # TYPE nodejs_eventloop_lag_max_seconds gauge nodejs_eventloop_lag_max_seconds 2.155872255 # 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.010944621774809949 # 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.0035085759423022513 # 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.010264575 # 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.011616255 # 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.022413311 # 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"} 3 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 11 # 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 106426368 # 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 100725384 # HELP nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nodejs_external_memory_bytes gauge nodejs_external_memory_bytes 21586500 # 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"} 80367616 nodejs_heap_space_size_total_bytes{space="code"} 7024640 nodejs_heap_space_size_total_bytes{space="map"} 4726784 nodejs_heap_space_size_total_bytes{space="large_object"} 13258752 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"} 78009168 nodejs_heap_space_size_used_bytes{space="code"} 6029248 nodejs_heap_space_size_used_bytes{space="map"} 2988288 nodejs_heap_space_size_used_bytes{space="large_object"} 13027952 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"} 674232 # 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"} 778208 nodejs_heap_space_size_available_bytes{space="code"} 553024 nodejs_heap_space_size_available_bytes{space="map"} 1654896 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"} 356744 # 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="minor"} 4389 nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 53942 nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 61058 nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 61194 nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 61194 nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 61194 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 61194 nodejs_gc_duration_seconds_sum{kind="minor"} 362.5161303283341 nodejs_gc_duration_seconds_count{kind="minor"} 61194 nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 138 nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 230 nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 256 nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 257 nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 257 nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 257 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 257 nodejs_gc_duration_seconds_sum{kind="incremental"} 0.9284809709706752 nodejs_gc_duration_seconds_count{kind="incremental"} 257 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"} 119 nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 135 nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 135 nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 135 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 135 nodejs_gc_duration_seconds_sum{kind="major"} 8.03081252344887 nodejs_gc_duration_seconds_count{kind="major"} 135 # HELP loopback_invocation_duration_seconds method invocation # TYPE loopback_invocation_duration_seconds gauge loopback_invocation_duration_seconds{targetName="HealthController.prototype.health"} 0.00074752 loopback_invocation_duration_seconds{targetName="MetricsController.prototype.report"} 0.017679839 loopback_invocation_duration_seconds{targetName="ExplorerController.prototype.indexRedirect"} 0.0032308 loopback_invocation_duration_seconds{targetName="ExplorerController.prototype.index"} 0.002577213 loopback_invocation_duration_seconds{targetName="UserController.prototype.getTricycleProfile"} 0.126549333 loopback_invocation_duration_seconds{targetName="ExternalController.prototype.promptRetailerRegistration"} 0.040866237 # HELP loopback_invocation_duration_histogram method invocation histogram # TYPE loopback_invocation_duration_histogram histogram loopback_invocation_duration_histogram_bucket{le="0.005",targetName="HealthController.prototype.health"} 25 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="HealthController.prototype.health"} 33 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="HealthController.prototype.health"} 34 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="1",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="5",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="10",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_histogram_sum{targetName="HealthController.prototype.health"} 0.18624287399999997 loopback_invocation_duration_histogram_count{targetName="HealthController.prototype.health"} 36 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"} 21 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="MetricsController.prototype.report"} 29 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="MetricsController.prototype.report"} 33 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="1",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="5",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="10",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_sum{targetName="MetricsController.prototype.report"} 1.3711963219999999 loopback_invocation_duration_histogram_count{targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="ExplorerController.prototype.indexRedirect"} 22 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="ExplorerController.prototype.indexRedirect"} 30 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="ExplorerController.prototype.indexRedirect"} 34 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="1",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="5",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="10",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_sum{targetName="ExplorerController.prototype.indexRedirect"} 0.20835514 loopback_invocation_duration_histogram_count{targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="ExplorerController.prototype.index"} 24 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"} 27 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="1",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="5",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="10",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_sum{targetName="ExplorerController.prototype.index"} 0.105651194 loopback_invocation_duration_histogram_count{targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="UserController.prototype.getTricycleProfile"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="UserController.prototype.getTricycleProfile"} 0 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="UserController.prototype.getTricycleProfile"} 0 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="UserController.prototype.getTricycleProfile"} 0 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="UserController.prototype.getTricycleProfile"} 0 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="UserController.prototype.getTricycleProfile"} 3 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="UserController.prototype.getTricycleProfile"} 3 loopback_invocation_duration_histogram_bucket{le="1",targetName="UserController.prototype.getTricycleProfile"} 3 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="UserController.prototype.getTricycleProfile"} 4 loopback_invocation_duration_histogram_bucket{le="5",targetName="UserController.prototype.getTricycleProfile"} 4 loopback_invocation_duration_histogram_bucket{le="10",targetName="UserController.prototype.getTricycleProfile"} 4 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="UserController.prototype.getTricycleProfile"} 4 loopback_invocation_duration_histogram_sum{targetName="UserController.prototype.getTricycleProfile"} 1.457518473 loopback_invocation_duration_histogram_count{targetName="UserController.prototype.getTricycleProfile"} 4 loopback_invocation_duration_histogram_bucket{le="0.005",targetName="ExternalController.prototype.promptRetailerRegistration"} 0 loopback_invocation_duration_histogram_bucket{le="0.01",targetName="ExternalController.prototype.promptRetailerRegistration"} 0 loopback_invocation_duration_histogram_bucket{le="0.025",targetName="ExternalController.prototype.promptRetailerRegistration"} 0 loopback_invocation_duration_histogram_bucket{le="0.05",targetName="ExternalController.prototype.promptRetailerRegistration"} 1 loopback_invocation_duration_histogram_bucket{le="0.1",targetName="ExternalController.prototype.promptRetailerRegistration"} 2 loopback_invocation_duration_histogram_bucket{le="0.25",targetName="ExternalController.prototype.promptRetailerRegistration"} 2 loopback_invocation_duration_histogram_bucket{le="0.5",targetName="ExternalController.prototype.promptRetailerRegistration"} 3 loopback_invocation_duration_histogram_bucket{le="1",targetName="ExternalController.prototype.promptRetailerRegistration"} 3 loopback_invocation_duration_histogram_bucket{le="2.5",targetName="ExternalController.prototype.promptRetailerRegistration"} 3 loopback_invocation_duration_histogram_bucket{le="5",targetName="ExternalController.prototype.promptRetailerRegistration"} 3 loopback_invocation_duration_histogram_bucket{le="10",targetName="ExternalController.prototype.promptRetailerRegistration"} 3 loopback_invocation_duration_histogram_bucket{le="+Inf",targetName="ExternalController.prototype.promptRetailerRegistration"} 3 loopback_invocation_duration_histogram_sum{targetName="ExternalController.prototype.promptRetailerRegistration"} 0.390366885 loopback_invocation_duration_histogram_count{targetName="ExternalController.prototype.promptRetailerRegistration"} 3 # HELP loopback_invocation_total method invocation counts # TYPE loopback_invocation_total counter loopback_invocation_total 142 # HELP loopback_invocation_duration_summary method invocation summary # TYPE loopback_invocation_duration_summary summary loopback_invocation_duration_summary{quantile="0.01",targetName="HealthController.prototype.health"} 0.000175457 loopback_invocation_duration_summary{quantile="0.05",targetName="HealthController.prototype.health"} 0.00026092330000000003 loopback_invocation_duration_summary{quantile="0.5",targetName="HealthController.prototype.health"} 0.0027308065000000003 loopback_invocation_duration_summary{quantile="0.9",targetName="HealthController.prototype.health"} 0.0094083787 loopback_invocation_duration_summary{quantile="0.95",targetName="HealthController.prototype.health"} 0.029417269399999956 loopback_invocation_duration_summary{quantile="0.99",targetName="HealthController.prototype.health"} 0.033631452 loopback_invocation_duration_summary{quantile="0.999",targetName="HealthController.prototype.health"} 0.033631452 loopback_invocation_duration_summary_sum{targetName="HealthController.prototype.health"} 0.189468436 loopback_invocation_duration_summary_count{targetName="HealthController.prototype.health"} 36 loopback_invocation_duration_summary{quantile="0.01",targetName="MetricsController.prototype.report"} 0.005399109 loopback_invocation_duration_summary{quantile="0.05",targetName="MetricsController.prototype.report"} 0.0075659444999999995 loopback_invocation_duration_summary{quantile="0.5",targetName="MetricsController.prototype.report"} 0.0216087215 loopback_invocation_duration_summary{quantile="0.9",targetName="MetricsController.prototype.report"} 0.07701861509999999 loopback_invocation_duration_summary{quantile="0.95",targetName="MetricsController.prototype.report"} 0.12964393969999988 loopback_invocation_duration_summary{quantile="0.99",targetName="MetricsController.prototype.report"} 0.186835393 loopback_invocation_duration_summary{quantile="0.999",targetName="MetricsController.prototype.report"} 0.186835393 loopback_invocation_duration_summary_sum{targetName="MetricsController.prototype.report"} 1.3714425420000005 loopback_invocation_duration_summary_count{targetName="MetricsController.prototype.report"} 36 loopback_invocation_duration_summary{quantile="0.01",targetName="ExplorerController.prototype.indexRedirect"} 0.000764153 loopback_invocation_duration_summary{quantile="0.05",targetName="ExplorerController.prototype.indexRedirect"} 0.00085389625 loopback_invocation_duration_summary{quantile="0.5",targetName="ExplorerController.prototype.indexRedirect"} 0.003711174 loopback_invocation_duration_summary{quantile="0.9",targetName="ExplorerController.prototype.indexRedirect"} 0.010698406 loopback_invocation_duration_summary{quantile="0.95",targetName="ExplorerController.prototype.indexRedirect"} 0.01983963825 loopback_invocation_duration_summary{quantile="0.99",targetName="ExplorerController.prototype.indexRedirect"} 0.028388216 loopback_invocation_duration_summary{quantile="0.999",targetName="ExplorerController.prototype.indexRedirect"} 0.028388216 loopback_invocation_duration_summary_sum{targetName="ExplorerController.prototype.indexRedirect"} 0.20916137099999998 loopback_invocation_duration_summary_count{targetName="ExplorerController.prototype.indexRedirect"} 35 loopback_invocation_duration_summary{quantile="0.01",targetName="ExplorerController.prototype.index"} 0.001250757 loopback_invocation_duration_summary{quantile="0.05",targetName="ExplorerController.prototype.index"} 0.0012701999 loopback_invocation_duration_summary{quantile="0.5",targetName="ExplorerController.prototype.index"} 0.003260689 loopback_invocation_duration_summary{quantile="0.9",targetName="ExplorerController.prototype.index"} 0.005238086800000001 loopback_invocation_duration_summary{quantile="0.95",targetName="ExplorerController.prototype.index"} 0.011756838549999987 loopback_invocation_duration_summary{quantile="0.99",targetName="ExplorerController.prototype.index"} 0.01976115 loopback_invocation_duration_summary{quantile="0.999",targetName="ExplorerController.prototype.index"} 0.01976115 loopback_invocation_duration_summary_sum{targetName="ExplorerController.prototype.index"} 0.10680120700000001 loopback_invocation_duration_summary_count{targetName="ExplorerController.prototype.index"} 27 loopback_invocation_duration_summary{quantile="0.01",targetName="UserController.prototype.getTricycleProfile"} 0.126568788 loopback_invocation_duration_summary{quantile="0.05",targetName="UserController.prototype.getTricycleProfile"} 0.126568788 loopback_invocation_duration_summary{quantile="0.5",targetName="UserController.prototype.getTricycleProfile"} 0.13745671850000002 loopback_invocation_duration_summary{quantile="0.9",targetName="UserController.prototype.getTricycleProfile"} 1.056899232 loopback_invocation_duration_summary{quantile="0.95",targetName="UserController.prototype.getTricycleProfile"} 1.056899232 loopback_invocation_duration_summary{quantile="0.99",targetName="UserController.prototype.getTricycleProfile"} 1.056899232 loopback_invocation_duration_summary{quantile="0.999",targetName="UserController.prototype.getTricycleProfile"} 1.056899232 loopback_invocation_duration_summary_sum{targetName="UserController.prototype.getTricycleProfile"} 1.458381457 loopback_invocation_duration_summary_count{targetName="UserController.prototype.getTricycleProfile"} 4 loopback_invocation_duration_summary{quantile="0.01",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.040915729 loopback_invocation_duration_summary{quantile="0.05",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.040915729 loopback_invocation_duration_summary{quantile="0.5",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.06639347 loopback_invocation_duration_summary{quantile="0.9",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.284226459 loopback_invocation_duration_summary{quantile="0.95",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.284226459 loopback_invocation_duration_summary{quantile="0.99",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.284226459 loopback_invocation_duration_summary{quantile="0.999",targetName="ExternalController.prototype.promptRetailerRegistration"} 0.284226459 loopback_invocation_duration_summary_sum{targetName="ExternalController.prototype.promptRetailerRegistration"} 0.391535658 loopback_invocation_duration_summary_count{targetName="ExternalController.prototype.promptRetailerRegistration"} 3