# 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 643944.586788 # 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 10873.230040999999 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 654817.8168289999 # 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 1786140927 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1114095616 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 13933264896 # HELP process_heap_bytes Process heap size in bytes. # TYPE process_heap_bytes gauge process_heap_bytes 1199468544 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 30 # 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.002409063 # 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.002924544 # HELP nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay. # TYPE nodejs_eventloop_lag_max_seconds gauge nodejs_eventloop_lag_max_seconds 0.359661567 # 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.01040077528347443 # 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.002127048089548398 # 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.010108927 # 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.011091967 # 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.015384575 # HELP nodejs_active_resources Number of active resources that are currently keeping the event loop alive, grouped by async resource type. # TYPE nodejs_active_resources gauge nodejs_active_resources{type="PipeWrap"} 2 nodejs_active_resources{type="TCPServerWrap"} 1 nodejs_active_resources{type="TCPSocketWrap"} 3 nodejs_active_resources{type="Timeout"} 7 nodejs_active_resources{type="Immediate"} 2 # HELP nodejs_active_resources_total Total number of active resources. # TYPE nodejs_active_resources_total gauge nodejs_active_resources_total 15 # 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"} 1 # HELP nodejs_active_handles_total Total number of active handles. # TYPE nodejs_active_handles_total gauge nodejs_active_handles_total 6 # 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 990334976 # 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 939293024 # HELP nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nodejs_external_memory_bytes gauge nodejs_external_memory_bytes 3647795 # 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="new"} 33554432 nodejs_heap_space_size_total_bytes{space="old"} 941850624 nodejs_heap_space_size_total_bytes{space="code"} 8912896 nodejs_heap_space_size_total_bytes{space="shared"} 0 nodejs_heap_space_size_total_bytes{space="new_large_object"} 0 nodejs_heap_space_size_total_bytes{space="large_object"} 5861376 nodejs_heap_space_size_total_bytes{space="code_large_object"} 155648 nodejs_heap_space_size_total_bytes{space="shared_large_object"} 0 # 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="new"} 9310984 nodejs_heap_space_size_used_bytes{space="old"} 917691968 nodejs_heap_space_size_used_bytes{space="code"} 6392960 nodejs_heap_space_size_used_bytes{space="shared"} 0 nodejs_heap_space_size_used_bytes{space="new_large_object"} 0 nodejs_heap_space_size_used_bytes{space="large_object"} 5764536 nodejs_heap_space_size_used_bytes{space="code_large_object"} 138432 nodejs_heap_space_size_used_bytes{space="shared_large_object"} 0 # 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="new"} 7183096 nodejs_heap_space_size_available_bytes{space="old"} 5238928 nodejs_heap_space_size_available_bytes{space="code"} 1961216 nodejs_heap_space_size_available_bytes{space="shared"} 0 nodejs_heap_space_size_available_bytes{space="new_large_object"} 16777216 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="shared_large_object"} 0 # HELP nodejs_version_info Node.js version info. # TYPE nodejs_version_info gauge nodejs_version_info{version="v20.20.2",major="20",minor="20",patch="2"} 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"} 13300 nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 18452032 nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 18499533 nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 18499542 nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 18499542 nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 18499542 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 18499542 nodejs_gc_duration_seconds_sum{kind="minor"} 55975.42058489052 nodejs_gc_duration_seconds_count{kind="minor"} 18499542 nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 109800 nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 139997 nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 140026 nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 140026 nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 140026 nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 140026 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 140026 nodejs_gc_duration_seconds_sum{kind="incremental"} 114.41659425425452 nodejs_gc_duration_seconds_count{kind="incremental"} 140026 nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 38901 nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 138558 nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 140285 nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 140285 nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 140285 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 140285 nodejs_gc_duration_seconds_sum{kind="major"} 4230.962367337219 nodejs_gc_duration_seconds_count{kind="major"} 140285 # HELP http_request_duration_ms HTTP request duration in ms # TYPE http_request_duration_ms histogram http_request_duration_ms_bucket{le="25",method="POST",path="/smallcap/review",status="201"} 0 http_request_duration_ms_bucket{le="50",method="POST",path="/smallcap/review",status="201"} 0 http_request_duration_ms_bucket{le="100",method="POST",path="/smallcap/review",status="201"} 0 http_request_duration_ms_bucket{le="200",method="POST",path="/smallcap/review",status="201"} 0 http_request_duration_ms_bucket{le="400",method="POST",path="/smallcap/review",status="201"} 0 http_request_duration_ms_bucket{le="800",method="POST",path="/smallcap/review",status="201"} 1 http_request_duration_ms_bucket{le="1500",method="POST",path="/smallcap/review",status="201"} 1 http_request_duration_ms_bucket{le="3000",method="POST",path="/smallcap/review",status="201"} 1 http_request_duration_ms_bucket{le="5000",method="POST",path="/smallcap/review",status="201"} 1 http_request_duration_ms_bucket{le="10000",method="POST",path="/smallcap/review",status="201"} 1 http_request_duration_ms_bucket{le="+Inf",method="POST",path="/smallcap/review",status="201"} 15 http_request_duration_ms_sum{method="POST",path="/smallcap/review",status="201"} 1003343 http_request_duration_ms_count{method="POST",path="/smallcap/review",status="201"} 15 http_request_duration_ms_bucket{le="25",method="GET",path="/briefs/latest",status="200"} 0 http_request_duration_ms_bucket{le="50",method="GET",path="/briefs/latest",status="200"} 0 http_request_duration_ms_bucket{le="100",method="GET",path="/briefs/latest",status="200"} 0 http_request_duration_ms_bucket{le="200",method="GET",path="/briefs/latest",status="200"} 0 http_request_duration_ms_bucket{le="400",method="GET",path="/briefs/latest",status="200"} 0 http_request_duration_ms_bucket{le="800",method="GET",path="/briefs/latest",status="200"} 318 http_request_duration_ms_bucket{le="1500",method="GET",path="/briefs/latest",status="200"} 1328 http_request_duration_ms_bucket{le="3000",method="GET",path="/briefs/latest",status="200"} 1357 http_request_duration_ms_bucket{le="5000",method="GET",path="/briefs/latest",status="200"} 1357 http_request_duration_ms_bucket{le="10000",method="GET",path="/briefs/latest",status="200"} 1357 http_request_duration_ms_bucket{le="+Inf",method="GET",path="/briefs/latest",status="200"} 1357 http_request_duration_ms_sum{method="GET",path="/briefs/latest",status="200"} 1329042 http_request_duration_ms_count{method="GET",path="/briefs/latest",status="200"} 1357 http_request_duration_ms_bucket{le="25",method="GET",path="/public/panorama/:ticker",status="200"} 0 http_request_duration_ms_bucket{le="50",method="GET",path="/public/panorama/:ticker",status="200"} 0 http_request_duration_ms_bucket{le="100",method="GET",path="/public/panorama/:ticker",status="200"} 0 http_request_duration_ms_bucket{le="200",method="GET",path="/public/panorama/:ticker",status="200"} 0 http_request_duration_ms_bucket{le="400",method="GET",path="/public/panorama/:ticker",status="200"} 0 http_request_duration_ms_bucket{le="800",method="GET",path="/public/panorama/:ticker",status="200"} 0 http_request_duration_ms_bucket{le="1500",method="GET",path="/public/panorama/:ticker",status="200"} 136 http_request_duration_ms_bucket{le="3000",method="GET",path="/public/panorama/:ticker",status="200"} 4829 http_request_duration_ms_bucket{le="5000",method="GET",path="/public/panorama/:ticker",status="200"} 4982 http_request_duration_ms_bucket{le="10000",method="GET",path="/public/panorama/:ticker",status="200"} 5222 http_request_duration_ms_bucket{le="+Inf",method="GET",path="/public/panorama/:ticker",status="200"} 5436 http_request_duration_ms_sum{method="GET",path="/public/panorama/:ticker",status="200"} 30121124 http_request_duration_ms_count{method="GET",path="/public/panorama/:ticker",status="200"} 5436 http_request_duration_ms_bucket{le="25",method="GET",path="/briefs/:date",status="200"} 0 http_request_duration_ms_bucket{le="50",method="GET",path="/briefs/:date",status="200"} 0 http_request_duration_ms_bucket{le="100",method="GET",path="/briefs/:date",status="200"} 0 http_request_duration_ms_bucket{le="200",method="GET",path="/briefs/:date",status="200"} 0 http_request_duration_ms_bucket{le="400",method="GET",path="/briefs/:date",status="200"} 0 http_request_duration_ms_bucket{le="800",method="GET",path="/briefs/:date",status="200"} 419 http_request_duration_ms_bucket{le="1500",method="GET",path="/briefs/:date",status="200"} 618 http_request_duration_ms_bucket{le="3000",method="GET",path="/briefs/:date",status="200"} 682 http_request_duration_ms_bucket{le="5000",method="GET",path="/briefs/:date",status="200"} 684 http_request_duration_ms_bucket{le="10000",method="GET",path="/briefs/:date",status="200"} 684 http_request_duration_ms_bucket{le="+Inf",method="GET",path="/briefs/:date",status="200"} 731 http_request_duration_ms_sum{method="GET",path="/briefs/:date",status="200"} 1684960 http_request_duration_ms_count{method="GET",path="/briefs/:date",status="200"} 731 http_request_duration_ms_bucket{le="25",method="GET",path="/public/tickers",status="200"} 0 http_request_duration_ms_bucket{le="50",method="GET",path="/public/tickers",status="200"} 0 http_request_duration_ms_bucket{le="100",method="GET",path="/public/tickers",status="200"} 0 http_request_duration_ms_bucket{le="200",method="GET",path="/public/tickers",status="200"} 0 http_request_duration_ms_bucket{le="400",method="GET",path="/public/tickers",status="200"} 0 http_request_duration_ms_bucket{le="800",method="GET",path="/public/tickers",status="200"} 36 http_request_duration_ms_bucket{le="1500",method="GET",path="/public/tickers",status="200"} 59 http_request_duration_ms_bucket{le="3000",method="GET",path="/public/tickers",status="200"} 63 http_request_duration_ms_bucket{le="5000",method="GET",path="/public/tickers",status="200"} 63 http_request_duration_ms_bucket{le="10000",method="GET",path="/public/tickers",status="200"} 63 http_request_duration_ms_bucket{le="+Inf",method="GET",path="/public/tickers",status="200"} 64 http_request_duration_ms_sum{method="GET",path="/public/tickers",status="200"} 84686 http_request_duration_ms_count{method="GET",path="/public/tickers",status="200"} 64 http_request_duration_ms_bucket{le="25",method="GET",path="/briefs/archive",status="200"} 0 http_request_duration_ms_bucket{le="50",method="GET",path="/briefs/archive",status="200"} 0 http_request_duration_ms_bucket{le="100",method="GET",path="/briefs/archive",status="200"} 0 http_request_duration_ms_bucket{le="200",method="GET",path="/briefs/archive",status="200"} 0 http_request_duration_ms_bucket{le="400",method="GET",path="/briefs/archive",status="200"} 0 http_request_duration_ms_bucket{le="800",method="GET",path="/briefs/archive",status="200"} 0 http_request_duration_ms_bucket{le="1500",method="GET",path="/briefs/archive",status="200"} 94 http_request_duration_ms_bucket{le="3000",method="GET",path="/briefs/archive",status="200"} 145 http_request_duration_ms_bucket{le="5000",method="GET",path="/briefs/archive",status="200"} 146 http_request_duration_ms_bucket{le="10000",method="GET",path="/briefs/archive",status="200"} 146 http_request_duration_ms_bucket{le="+Inf",method="GET",path="/briefs/archive",status="200"} 146 http_request_duration_ms_sum{method="GET",path="/briefs/archive",status="200"} 210460 http_request_duration_ms_count{method="GET",path="/briefs/archive",status="200"} 146 http_request_duration_ms_bucket{le="25",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="50",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="100",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="200",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="400",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="800",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="1500",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="3000",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="5000",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="10000",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_bucket{le="+Inf",method="GET",path="/metrics",status="200"} 2 http_request_duration_ms_sum{method="GET",path="/metrics",status="200"} 5 http_request_duration_ms_count{method="GET",path="/metrics",status="200"} 2 # HELP http_request_total Total HTTP requests # TYPE http_request_total counter http_request_total{method="POST",path="/smallcap/review",status="201"} 15 http_request_total{method="GET",path="/briefs/latest",status="200"} 1357 http_request_total{method="GET",path="/public/panorama/:ticker",status="200"} 5436 http_request_total{method="GET",path="/briefs/:date",status="200"} 731 http_request_total{method="GET",path="/public/tickers",status="200"} 64 http_request_total{method="GET",path="/briefs/archive",status="200"} 146 http_request_total{method="GET",path="/metrics",status="200"} 2 # HELP brief_generate_success_total Total successful daily brief generations # TYPE brief_generate_success_total counter brief_generate_success_total 0 # HELP brief_generate_failed_total Total failed daily brief generations # TYPE brief_generate_failed_total counter brief_generate_failed_total 0