feat: add per-player movement and block metrics
Build / build (push) Successful in 2m21s

This commit is contained in:
dmg
2026-01-28 00:01:59 -05:00
parent 6ee2bbf7e8
commit 0e0a435767
5 changed files with 121 additions and 12 deletions
+2
View File
@@ -84,6 +84,7 @@ Some metrics depend on server implementations (TPS/MSPT, player ping, tile entit
| --- | --- | --- | --- |
| spigot_chat_messages_total | counter | none | Total chat messages sent |
| spigot_player_movements_total | counter | none | Total player movement events |
| spigot_player_movements_by_player_total | counter | player | Player movements by player |
| spigot_players_joined_total | counter | none | Total player joins |
| spigot_players_quit_total | counter | none | Total player quits |
| spigot_chunk_loads_total | counter | none | Total chunk load events |
@@ -92,6 +93,7 @@ Some metrics depend on server implementations (TPS/MSPT, player ping, tile entit
| spigot_plugin_enable_total | counter | none | Total plugin enable events |
| spigot_plugin_disable_total | counter | none | Total plugin disable events |
| spigot_blocks_broken_total | counter | material | Blocks broken by material |
| spigot_blocks_broken_by_player_total | counter | player,material | Blocks broken by player and material |
| spigot_blocks_placed_total | counter | material | Blocks placed by material |
| spigot_items_crafted_total | counter | material | Items crafted by material |
| spigot_entities_killed_total | counter | entity,killer | Entities killed by player |