You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -55,15 +55,14 @@ Metrics names are prefixed with a namespace (default `a2s_`).
55
55
Name | Help | Labels
56
56
--- | --- | ---
57
57
player_count | Total number of connected players. | server_name
58
-
player_duration | Time (in seconds) player has been connected to the server. | server_name,player_name,player_index
59
-
player_info | Non-numerical player info, including player_name and player_index. The value is 1, and the info is in the labels. | server_name,player_name,player_index
60
-
player_score | Player's score (usually \"frags\" or \"kills\"). | server_name,player_name,player_index
61
-
player_the_ship_deaths | Player's deaths in a The Ship server. | server_name,player_name,player_index
62
-
player_the_ship_money | Player's money in a The Ship server. | server_name,player_name,player_index
58
+
player_duration | Time (in seconds) player has been connected to the server. | server_nameplayer_nameplayer_index
59
+
player_info | Non-numerical player info, including player_name and player_index. The value is 1, and the info is in the labels. | server_nameplayer_nameplayer_index
60
+
player_score | Player's score (usually \"frags\" or \"kills\"). | server_nameplayer_nameplayer_index
61
+
player_the_ship_deaths | Player's deaths in a The Ship server. | server_nameplayer_nameplayer_index
62
+
player_the_ship_money | Player's money in a The Ship server. | server_nameplayer_nameplayer_index
63
63
player_up | Was the last player info query successful. |
64
64
server_bots | Number of bots on the server. | server_name
65
-
server_info | Non-numerical server info, including server_steam_id and version. The value is 1, and info is in the labels. | server_name,map,folder,game,server_type,server_os,version,server_id,keywords,server_game_id,server_steam_id,the_ship_mode,source_t
66
-
v_name
65
+
server_info | Non-numerical server info, including server_steam_id and version. The value is 1, and info is in the labels. | server_name map folder game server_type server_os version server_id keywords server_game_id server_steam_id the_ship_mode source_tv_name
67
66
server_max_players | Maximum number of players the server reports it can hold. | server_name
68
67
server_players | Number of players on the server. | server_name
69
68
server_port | The server's game port number. | server_name
0 commit comments