# 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 708.4945160000001 # 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 176.29527299999995 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 884.7897889999999 # 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 1777550116 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 82219008 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 804077568 # HELP process_heap_bytes Process heap size in bytes. # TYPE process_heap_bytes gauge process_heap_bytes 138309632 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 37 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 65536 # HELP nodejs_eventloop_lag_seconds Lag of event loop in seconds. # TYPE nodejs_eventloop_lag_seconds gauge nodejs_eventloop_lag_seconds 0.001711716 # 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.0090112 # 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.015351807 # 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.010070766391087966 # 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.00006395554839819069 # 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.010076159 # 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.010076159 # 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.010092543 # 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"} 1 nodejs_active_resources{type="Immediate"} 1 # HELP nodejs_active_resources_total Total number of active resources. # TYPE nodejs_active_resources_total gauge nodejs_active_resources_total 5 # 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 # HELP nodejs_active_handles_total Total number of active handles. # TYPE nodejs_active_handles_total gauge nodejs_active_handles_total 4 # 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 32063488 # 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 26344856 # HELP nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nodejs_external_memory_bytes gauge nodejs_external_memory_bytes 2397914 # 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"} 1048576 nodejs_heap_space_size_total_bytes{space="old"} 26157056 nodejs_heap_space_size_total_bytes{space="code"} 2621440 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"} 2080768 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"} 227984 nodejs_heap_space_size_used_bytes{space="old"} 21933216 nodejs_heap_space_size_used_bytes{space="code"} 2020048 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"} 2028928 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"} 802896 nodejs_heap_space_size_available_bytes{space="old"} 3731312 nodejs_heap_space_size_available_bytes{space="code"} 437056 nodejs_heap_space_size_available_bytes{space="shared"} 0 nodejs_heap_space_size_available_bytes{space="new_large_object"} 1048576 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.13.1",major="20",minor="13",patch="1"} 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"} 7162 nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 7205 nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 7205 nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 7205 nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 7205 nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 7205 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 7205 nodejs_gc_duration_seconds_sum{kind="minor"} 3.158136097431191 nodejs_gc_duration_seconds_count{kind="minor"} 7205 nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 38 nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 44 nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 45 nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 45 nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 45 nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 45 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 45 nodejs_gc_duration_seconds_sum{kind="incremental"} 0.04981152653694153 nodejs_gc_duration_seconds_count{kind="incremental"} 45 nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 43 nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 43 nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 43 nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 43 nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 43 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 43 nodejs_gc_duration_seconds_sum{kind="major"} 0.07037332320213319 nodejs_gc_duration_seconds_count{kind="major"} 43 # HELP auth_service_http_requests_total Total number of HTTP requests # TYPE auth_service_http_requests_total counter auth_service_http_requests_total{service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics",status="200"} 37 # HELP auth_service_http_request_duration_seconds HTTP request duration in seconds # TYPE auth_service_http_request_duration_seconds histogram auth_service_http_request_duration_seconds_bucket{le="0.1",service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 auth_service_http_request_duration_seconds_bucket{le="0.5",service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 auth_service_http_request_duration_seconds_bucket{le="1",service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 auth_service_http_request_duration_seconds_bucket{le="2",service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 auth_service_http_request_duration_seconds_bucket{le="5",service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 auth_service_http_request_duration_seconds_bucket{le="+Inf",service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 auth_service_http_request_duration_seconds_sum{service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 0.08933123600000001 auth_service_http_request_duration_seconds_count{service="auth-service",environment="production",version="1.0.0",method="GET",path="/metrics"} 37 # HELP auth_service_http_errors_total Total number of HTTP errors # TYPE auth_service_http_errors_total counter # HELP auth_service_db_queries_total Total number of database queries # TYPE auth_service_db_queries_total counter auth_service_db_queries_total{service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 # HELP auth_service_db_query_duration_seconds Database query duration in seconds # TYPE auth_service_db_query_duration_seconds histogram auth_service_db_query_duration_seconds_bucket{le="0.01",service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 auth_service_db_query_duration_seconds_bucket{le="0.05",service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 auth_service_db_query_duration_seconds_bucket{le="0.1",service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 auth_service_db_query_duration_seconds_bucket{le="0.5",service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 auth_service_db_query_duration_seconds_bucket{le="1",service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 auth_service_db_query_duration_seconds_bucket{le="+Inf",service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 auth_service_db_query_duration_seconds_sum{service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 0.026653856 auth_service_db_query_duration_seconds_count{service="auth-service",environment="production",version="1.0.0",operation="SELECT"} 38 # HELP auth_service_memory_usage_bytes Memory usage in bytes # TYPE auth_service_memory_usage_bytes gauge auth_service_memory_usage_bytes{service="auth-service",environment="production",version="1.0.0"} 81993728 # HELP auth_service_cpu_usage_percent CPU usage percent # TYPE auth_service_cpu_usage_percent gauge auth_service_cpu_usage_percent{service="auth-service",environment="production",version="1.0.0"} 5 # HELP auth_service_login_total Total number of login attempts # TYPE auth_service_login_total counter auth_service_login_total{service="auth-service",environment="production",version="1.0.0",system="YUANAI_CMS",result="success"} 4