Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

allow for statistics exporting #302

Open
456dev opened this issue Mar 9, 2021 · 2 comments
Open

allow for statistics exporting #302

456dev opened this issue Mar 9, 2021 · 2 comments
Labels
Enhancement New feature, request, or thing

Comments

@456dev
Copy link
Contributor

456dev commented Mar 9, 2021

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
@456dev 456dev added the Enhancement New feature, request, or thing label Mar 9, 2021
@Sh-wayz
Copy link
Member

Sh-wayz commented Jul 6, 2021

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.

@456dev
Copy link
Contributor Author

456dev commented Jul 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature, request, or thing
Projects
None yet
Development

No branches or pull requests

2 participants