This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Minecraft Prometheus Exporter
22
3- A ** Bukkit plugin** which exports Minecraft server stats for Prometheus.
3+ A ** Sponge plugin** which exports Minecraft server stats for Prometheus.
44
55## Quick Start
66
7- Drop the the prometheus-exporter. jar into your Bukkit plugins directory and start your Minecraft server.
7+ Drop the the plugin jar into your servers mods directory and start your server.
88
99After startup, the Prometheus metrics endpoint should be available at `` localhost:9225/metrics `` (assuming localhost is the server hostname).
1010
11- The metrics port can be customized in the plugin's config.yml (a default config will be created after the first use).
11+ The metrics port can be customized in the plugin's config file (a default config will be created after the first use).
1212
1313## Prometheus config
1414
@@ -51,9 +51,9 @@ These are the stats that are currently exported by the plugin.
5151
5252Label | Description
5353------------ | -------------
54- mc_players_total | Online and offline players
54+ mc_players_total | Online and Max Online players
55+ mc_tps | Overall tps
5556mc_loaded_chunks_total | Chunks loaded per world
5657mc_players_online_total | Online players per world
5758mc_entities_total | Entities loaded per world
58- mc_living_entities_total | Living entities loaded per world
5959mc_jvm_memory | JVM memory usage
You can’t perform that action at this time.
0 commit comments