PyMine-Server
PyMine-Server copied to clipboard
allow for statistics exporting
Feature
- allow for statistics and console logging to be live exported to a central statistics /logging server Link to per plugin logging, expose a "channel" per plugin
Reason
- centralised
What do you mean by server/channel? Are you talking about Discord? If so, it seems like the sort of thing that should be a plugin, not a builtin.
No I mean like log channels: in bukkit a log channel is create per plugin, for the plugins getLogger method. This is normally used for saying the plugins prefix in the console, but in general just logs the plugin that made the message
When refering to central servers for stats etc, Logging servers refer to either SAAS, or selfhosted log agrevators, like logstash (elastic stack), or grafana Loki This would be both for server logs (to detect and act on errors, warnings etc, like sending emails on skipping ticks, or players moving too fast, or errors in general) And for general statistics (online player amount)
I'm not sure how it works, but you might also be able to work as a data provider? For like search? I wonder if stuff like players could be indexed with the elastic stuff