Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 1f283ee

Browse files
author
phit
committed
Merge remote-tracking branch 'origin/sponge-5' into sponge-5
2 parents cd2fd5b + 729cf8e commit 1f283ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

99
After 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

5252
Label | Description
5353
------------ | -------------
54-
mc_players_total | Online and offline players
54+
mc_players_total | Online and Max Online players
55+
mc_tps | Overall tps
5556
mc_loaded_chunks_total | Chunks loaded per world
5657
mc_players_online_total | Online players per world
5758
mc_entities_total | Entities loaded per world
58-
mc_living_entities_total | Living entities loaded per world
5959
mc_jvm_memory | JVM memory usage

0 commit comments

Comments
 (0)