# 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 27375.171720999882 # 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 3102.0123040000008 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 30477.184024999926 # 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 1715990769 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 285511680 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 517152768 # HELP process_heap_bytes Process heap size in bytes. # TYPE process_heap_bytes gauge process_heap_bytes 305577984 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 22 # 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.002414451 # 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.009142272 # 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.021446655 # 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.010449632881685576 # 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.0013485326797570752 # 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.010092543 # 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.011108351 # 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.016162815 # 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="FSReqCallback"} 1 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 6 # 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 nodejs_active_requests{type="FSReqCallback"} 1 # HELP nodejs_active_requests_total Total number of active requests. # TYPE nodejs_active_requests_total gauge nodejs_active_requests_total 1 # 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 224960512 # 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 112665008 # HELP nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nodejs_external_memory_bytes gauge nodejs_external_memory_bytes 15842883 # 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"} 176128 nodejs_heap_space_size_total_bytes{space="old"} 153067520 nodejs_heap_space_size_total_bytes{space="code"} 12165120 nodejs_heap_space_size_total_bytes{space="map"} 6299648 nodejs_heap_space_size_total_bytes{space="large_object"} 19116032 nodejs_heap_space_size_total_bytes{space="code_large_object"} 581632 nodejs_heap_space_size_total_bytes{space="new_large_object"} 0 nodejs_heap_space_size_total_bytes{space="new"} 33554432 # 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"} 170944 nodejs_heap_space_size_used_bytes{space="old"} 78745968 nodejs_heap_space_size_used_bytes{space="code"} 8153280 nodejs_heap_space_size_used_bytes{space="map"} 2435472 nodejs_heap_space_size_used_bytes{space="large_object"} 18903312 nodejs_heap_space_size_used_bytes{space="code_large_object"} 542048 nodejs_heap_space_size_used_bytes{space="new_large_object"} 0 nodejs_heap_space_size_used_bytes{space="new"} 3718112 # 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"} 71691680 nodejs_heap_space_size_available_bytes{space="code"} 3241792 nodejs_heap_space_size_available_bytes{space="map"} 3754704 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"} 16497152 nodejs_heap_space_size_available_bytes{space="new"} 12779040 # HELP nodejs_version_info Node.js version info. # TYPE nodejs_version_info gauge nodejs_version_info{version="v16.20.2",major="16",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="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="0.01",kind="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="0.1",kind="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="1",kind="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="2",kind="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="5",kind="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="weakcb"} 81 nodejs_gc_duration_seconds_sum{kind="weakcb"} 0.0010876202583312987 nodejs_gc_duration_seconds_count{kind="weakcb"} 81 nodejs_gc_duration_seconds_bucket{le="0.001",kind="minor"} 0 nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 345592 nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 345592 nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 345592 nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 345592 nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 345592 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 345592 nodejs_gc_duration_seconds_sum{kind="minor"} 984.9802707323367 nodejs_gc_duration_seconds_count{kind="minor"} 345592 nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 12974 nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 13690 nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 13690 nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 13690 nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 13690 nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 13690 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 13690 nodejs_gc_duration_seconds_sum{kind="incremental"} 6.225795355677593 nodejs_gc_duration_seconds_count{kind="incremental"} 13690 nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 2058 nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 6627 nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 6627 nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 6627 nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 6627 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 6627 nodejs_gc_duration_seconds_sum{kind="major"} 95.84604294341824 nodejs_gc_duration_seconds_count{kind="major"} 6627 # HELP page_render_time page_render_time_help # TYPE page_render_time gauge page_render_time{path="undefined: /singer_detail/:index"} 1 page_render_time{path="play_detail: /play_detail/:index"} 1 page_render_time{path="album_detail: /album_detail/:index"} 4 page_render_time{path="index: /"} 9 page_render_time{path="undefined: undefined"} 5 page_render_time{path="mvplay: /mvplay/:index"} 5 page_render_time{path="playlist_detail: /playlist_detail/:index"} 2 page_render_time{path="search: /search"} 5 page_render_time{path="downtingshu: /downtingshu"} 7 page_render_time{path="down: /down"} 4 page_render_time{path="rankList: /rankList"} 23 page_render_time{path="callback: /callback"} 4 page_render_time{path="mvs: /mvs"} 2 page_render_time{path="playlists: /playlists"} 56 page_render_time{path="musician: /musician"} 2 page_render_time{path="singers: /singers"} 11 page_render_time{path="musician-page: /musician/page"} 7 # HELP page_request_time page_request_time_help # TYPE page_request_time gauge page_request_time{path="undefined: /singer_detail/:index"} 6 page_request_time{path="play_detail: /play_detail/:index"} 9 page_request_time{path="album_detail: /album_detail/:index"} 10 page_request_time{path="index: /"} 31 page_request_time{path="undefined: undefined"} 8 page_request_time{path="mvplay: /mvplay/:index"} 25 page_request_time{path="playlist_detail: /playlist_detail/:index"} 12 page_request_time{path="search: /search"} 11 page_request_time{path="downtingshu: /downtingshu"} 7 page_request_time{path="down: /down"} 11 page_request_time{path="rankList: /rankList"} 16 page_request_time{path="callback: /callback"} 7 page_request_time{path="mvs: /mvs"} 10 page_request_time{path="playlists: /playlists"} 0 page_request_time{path="musician: /musician"} 8 page_request_time{path="singers: /singers"} 23 page_request_time{path="musician-page: /musician/page"} 36 # HELP page_total_time page_total_time_help # TYPE page_total_time gauge page_total_time{path="undefined: /singer_detail/:index"} 7 page_total_time{path="play_detail: /play_detail/:index"} 10 page_total_time{path="album_detail: /album_detail/:index"} 14 page_total_time{path="index: /"} 40 page_total_time{path="undefined: undefined"} 13 page_total_time{path="mvplay: /mvplay/:index"} 30 page_total_time{path="playlist_detail: /playlist_detail/:index"} 14 page_total_time{path="search: /search"} 16 page_total_time{path="downtingshu: /downtingshu"} 14 page_total_time{path="down: /down"} 15 page_total_time{path="rankList: /rankList"} 39 page_total_time{path="callback: /callback"} 11 page_total_time{path="mvs: /mvs"} 12 page_total_time{path="playlists: /playlists"} 56 page_total_time{path="musician: /musician"} 10 page_total_time{path="singers: /singers"} 34 page_total_time{path="musician-page: /musician/page"} 43 ################## Customized metrics # HELP http_request_total HTTP Request Total # TYPE http_request_total counter http_request_total{path="/api/v1/www/music/playUrl",status="200"} 97940 http_request_total{path="/singer_detail/:index",status="302"} 52453 http_request_total{path="/play_detail/:index",status="302"} 812168 http_request_total{path="/play_detail/:index",status="200"} 428307 http_request_total{path="/album_detail/:index",status="200"} 20209 http_request_total{path="/",status="200"} 176067 http_request_total{path="/comment",status="302"} 3579 http_request_total{path="/api/www/music/musicInfo",status="200"} 30444 http_request_total{path="/metrics",status="200"} 6134 http_request_total{path="/mvplay/:index",status="200"} 4554 http_request_total{path="/playlist_detail/:index",status="302"} 131681 http_request_total{path="/search/list",status="304"} 451983 http_request_total{path="/search/searchMusicBykeyWord",status="200"} 33455 http_request_total{path="/",status="302"} 18384 http_request_total{path="/comment",status="404"} 2180 http_request_total{path="/",status="304"} 12192 http_request_total{path="/api/www/rcm/index/playlist",status="200"} 1295 http_request_total{path="/play_detail/:index",status="430"} 6107 http_request_total{path="/album_detail/:index",status="302"} 32384 http_request_total{path="/api/www/artist/artistMusic",status="200"} 5913 http_request_total{path="/api/www/search/searchPlayListBykeyWord",status="200"} 786 http_request_total{path="/singer_detail/:index",status="200"} 5670 http_request_total{path="/search/list",status="200"} 6111 http_request_total{path="/play_detail/:index",status="500"} 1921 http_request_total{path="/search/list",status="302"} 1225 http_request_total{path="/",status="500"} 10060 http_request_total{path="/mvplay/:index",status="430"} 2452 http_request_total{path="/mvplay/:index",status="302"} 752 http_request_total{path="/api/www/banner/index/bannerList",status="200"} 1266 http_request_total{path="/api/www/playlist/playListInfo",status="200"} 1498 http_request_total{path="/robots.txt",status="404"} 22 http_request_total{path="/search/mv",status="200"} 716 http_request_total{path="/api/www/download/ab",status="200"} 347 http_request_total{path="/api/www/search/searchMusicBykeyWord",status="200"} 3080 http_request_total{path="/api/www/search/searchMvBykeyWord",status="200"} 4204 http_request_total{path="/api/www/radio/index/radioList",status="200"} 302 http_request_total{path="/api/www/activity/index/activityList",status="200"} 327 http_request_total{path="/singer_detail/:index",status="430"} 437 http_request_total{path="/api/common/captcha/getcode",status="200"} 909 http_request_total{path="/play_detail/:index",status="304"} 851 http_request_total{path="/playlist_detail/:index",status="200"} 316 http_request_total{path="/api/www/bang/bang/musicList",status="200"} 6040 http_request_total{path="/api/www/bang/bang/bangMenu",status="200"} 181 http_request_total{path="/api/www/artist/artistInfo",status="200"} 198 http_request_total{path="/downtingshu",status="302"} 1 http_request_total{path="/api/www/classify/playlist/getRcmPlayList",status="200"} 294 http_request_total{path="/api/www/classify/playlist/getTagPlayList",status="200"} 126 http_request_total{path="/album_detail/:index",status="430"} 504 http_request_total{path="/api/www/bang/index/bangList",status="200"} 326 http_request_total{path="/api/www/artist/artist",status="200"} 406 http_request_total{path="/api/www/artist/index/tags",status="200"} 302 http_request_total{path="/down",status="200"} 93 http_request_total{path="/search/album",status="500"} 222 http_request_total{path="/rankList",status="500"} 42 http_request_total{path="/api/www/search/searchMvBykeyWord",status="504"} 22 http_request_total{path="/callback",status="200"} 15 http_request_total{path="/singer_detail/:index",status="500"} 160 http_request_total{path="/mvs",status="200"} 10 http_request_total{path="/playlist_detail/:index",status="430"} 121 http_request_total{path="/search/searchMusicBykeyWord",status="504"} 148 http_request_total{path="/api/www/playlist/playListInfo",status="504"} 49 http_request_total{path="/api/www/album/albumInfo",status="200"} 178 http_request_total{path="/album_detail/:index",status="500"} 613 http_request_total{path="/api/www/playlist/index/tags",status="200"} 320 http_request_total{path="/api/www/search/searchKey",status="200"} 847 http_request_total{path="/rankList",status="200"} 291 http_request_total{path="/url",status="500"} 40 http_request_total{path="/playlists",status="200"} 27 http_request_total{path="/search/list",status="500"} 146 http_request_total{path="/musician",status="200"} 15 http_request_total{path="/api/www/playlist/getTagList",status="200"} 155 http_request_total{path="/playlist_detail/:index",status="500"} 47 http_request_total{path="/play_detail/undefined",status="430"} 31 http_request_total{path="/url",status="302"} 49 http_request_total{path="/mvplay/:index",status="500"} 64 http_request_total{path="/singer_detail/:index/info",status="200"} 4 http_request_total{path="/musician",status="500"} 7 http_request_total{path="/down",status="302"} 39 http_request_total{path="/api/www/artist/artistInfo",status="504"} 5 http_request_total{path="/url",status="404"} 306 http_request_total{path="/api/www/bang/bang/musicList",status="504"} 4 http_request_total{path="/api/www/search/searchAlbumBykeyWord",status="200"} 42 http_request_total{path="/api/www/music/mvList",status="504"} 3 http_request_total{path="/play_detail/%5D,app-emailsubscribe,app-newsletter-widget,div.newsletter-image,div%5Bdata-newsletter-1%5D,div%5Bdata-newsletter-2%5D,gannett-atoms-component-newsletter-cta,hl-newsletter-cta,journey-inline-newsletter,div",status="430"} 1 http_request_total{path="/api/www/search/searchPlayListBykeyWord",status="504"} 2 http_request_total{path="/playlist_detail/:index",status="304"} 24 http_request_total{path="/api/www/music/musicInfo",status="504"} 42 http_request_total{path="/api/www/download/ab",status="504"} 3 http_request_total{path="/search/playlist",status="200"} 3 http_request_total{path="/api/www/search/searchMusicBykeyWord",status="504"} 5 http_request_total{path="/api/v1/www/music/playUrl",status="504"} 11 http_request_total{path="/api/www/music/mvList",status="200"} 41 http_request_total{path="/downtingshu",status="200"} 10 http_request_total{path="/appi/api/www/v1/seo/single/:index",status="504"} 1 http_request_total{path="/rankList",status="302"} 14 http_request_total{path="/api/www/album/albumInfo",status="504"} 2 http_request_total{path="/singers",status="304"} 1 http_request_total{path="/singers",status="200"} 11 http_request_total{path="/album_detail/:index",status="304"} 22 http_request_total{path="/singer_detail/208611&wd=&eqid=bacbeb38000284b70000000364840ede",status="200"} 1 http_request_total{path="/down",status="304"} 6 http_request_total{path="/play_detail/img/ico.png",status="404"} 1 http_request_total{path="/singer_detail/:index/album",status="302"} 10 http_request_total{path="/singer_detail/:index",status="304"} 29 http_request_total{path="/singer_detail/:index/mv",status="200"} 5 http_request_total{path="/singers",status="500"} 2 http_request_total{path="/downtingshu",status="500"} 1 http_request_total{path="/api/www/search/searchArtistBykeyWord",status="200"} 16 http_request_total{path="/play_detail/index.php",status="430"} 4 http_request_total{path="/api/www/artist/index/tags",status="504"} 1 http_request_total{path="/mvs",status="302"} 14 http_request_total{path="/singers",status="302"} 2 http_request_total{path="/search/mv",status="500"} 10 http_request_total{path="/mvplay/0.htm",status="302"} 1 http_request_total{path="/down",status="500"} 8 http_request_total{path="/play_detail/undefined",status="500"} 1 http_request_total{path="/api/www/classify/playlist/getTagPlayList",status="504"} 2 http_request_total{path="/play_detail/:index/.mp3",status="404"} 1 http_request_total{path="/playlists",status="304"} 1 http_request_total{path="/api/www/artist/artistMusic",status="504"} 16 http_request_total{path="/singer_detail/undefined",status="430"} 2 http_request_total{path="/play_detail/thread-100353-1-1.html",status="430"} 1 http_request_total{path="/mvs",status="430"} 1 http_request_total{path="/play_detail/by68x9/by68x9",status="404"} 1 http_request_total{path="/play_detail/222675197&wd=&eqid=8068bda0000e392200000002647d6730",status="200"} 1 http_request_total{path="/rankList",status="430"} 1 http_request_total{path="/comment",status="500"} 4 http_request_total{path="/search/searchMusicBykeyWord/searchMusicBykeyWord",status="200"} 2 http_request_total{path="/rankList",status="304"} 5 http_request_total{path="/api/www/rcm/index/playlist",status="504"} 2 http_request_total{path="/api/www/banner/index/bannerList",status="504"} 1 http_request_total{path="/musician)",status="302"} 1 http_request_total{path="/api/www/bang/bang/bangMenu",status="504"} 1 http_request_total{path="/mvplay/:index",status="304"} 3 http_request_total{path="/play_detail/5835277%26t=sinawb",status="200"} 1 http_request_total{path="/play_detail/3426426&t=qzone",status="200"} 1 http_request_total{path="/ads.txt",status="404"} 1 http_request_total{path="/playlists",status="302"} 1 http_request_total{path="/api/user/register/picVerifyCode",status="404"} 4 http_request_total{path="/singer_detail/:index/album",status="304"} 3 http_request_total{path="/play_detail/a",status="430"} 1 http_request_total{path="/singer_detail/:index/album",status="200"} 19 http_request_total{path="/play_detail/:index/from=gwbaidu",status="404"} 1 http_request_total{path="/api/www/artist/artistAlbum",status="200"} 4 http_request_total{path="/api/www/search/searchAlbumBykeyWord",status="504"} 1 http_request_total{path="/musician/page",status="430"} 2 http_request_total{path="/singer_detail/images/daohang_fengexian.jpg",status="404"} 1 http_request_total{path="/singer_detail/:index/info",status="302"} 2 http_request_total{path="/play_detail/317937950&wd=&eqid=ead50d1d01104aba0000000265767638",status="302"} 1 http_request_total{path="/api/v1/www/music/playUrl",status="500"} 2 http_request_total{path="/",status="404"} 3 http_request_total{path="/singer_detail/:index/mv",status="302"} 1 http_request_total{path="/album_detail/yun/:index/index.html",status="404"} 1 http_request_total{path="/play_detail/images/channelseled.jpg",status="404"} 1