feat: add per-player placement and crafting metrics
Build / build (push) Successful in 2m0s

This commit is contained in:
dmg
2026-01-28 00:05:29 -05:00
parent 0e0a435767
commit 56549fe10a
5 changed files with 108 additions and 15 deletions
+2
View File
@@ -95,7 +95,9 @@ Some metrics depend on server implementations (TPS/MSPT, player ping, tile entit
| 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_blocks_placed_by_player_total | counter | player,material | Blocks placed by player and material |
| spigot_items_crafted_total | counter | material | Items crafted by material |
| spigot_items_crafted_by_player_total | counter | player,material | Items crafted by player and material |
| spigot_entities_killed_total | counter | entity,killer | Entities killed by player |
| spigot_player_deaths_total | counter | cause | Player deaths by cause |
| spigot_player_logins_failed_total | counter | reason | Failed player logins by reason |