Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add whitelisted players count #176

Merged
merged 2 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ enable_metrics:
jvm_threads: true
jvm_gc: true
players_total: true
whitelisted_players: true
entities_total: true
living_entities_total: true
loaded_chunks_total: true
Expand Down Expand Up @@ -95,6 +96,7 @@ These are the stats that are currently exported by the plugin.
Label | Description
------------ | -------------
mc_players_total | Unique players on server (online + offline)
mc_whitelisted_players | Players count on the white list
mc_loaded_chunks_total | Chunks loaded per world
mc_players_online_total | Online players per world
mc_entities_total | Entities loaded per world (living + non-living)
Expand Down
Loading