Add bStats metrics.

Introduces the bStats metrics library to the plugin. This first commit
contains just a single custom chart, the `store_type`, which will help
figure out which stores to focus on for performance optimization and
such.
This commit is contained in:
Andreas Troelsen
2021-07-06 19:08:31 +02:00
parent 8cbdb4d9c6
commit 26cb8474db
4 changed files with 57 additions and 0 deletions
+11
View File
@@ -190,3 +190,14 @@ The operation runs _off_ the main thread, so it should not impact performance.
## Getting Help
If you run into problems or need help with something, feel free to hop on the MobArena Discord server: [Instant Invite](https://discord.gg/5tnwQvC)
## Metrics
MobArenaStats collects anonymous server metrics through [bStats](https://bstats.org/).
The metrics include generic information like Minecraft version, as well as plugin-specific information like plugin version and store type.
All collected metrics are publicly available [here](https://bstats.org/plugin/bukkit/MobArenaStats/11932).
Please note that the stats collected by the plugin itself never leave the server, and they are thus _not_ a part of the metrics collection.
To opt out of metrics collection, edit the `plugins/bStats/config.yml` file.