TVPT / VoxelGuest

The user management and administrative plugin from The Voxel Box.
http://voxelwiki.com/minecraft/VoxelGuest
Other
15 stars 9 forks source link

Log and Data Collection System #111

Open nristock opened 10 years ago

nristock commented 10 years ago

Implement a graphite adapter ...because everyone loves Graphs! http://graphite.wikidot.com/

MikeMatrix commented 10 years ago

Any specific implementation or is this gonna be a generic implementation so you can hook up generic data parser? (Thinking about stuff like logstash)

nristock commented 10 years ago

I was thinking specific but generic could become pretty useful as well. Let me think about this a little.

nristock commented 10 years ago

I think a logstash-like implementation would be pretty nice. However, I want to make it simple for people to log purely numerical/statistical data. So the system will probably have two handler chains. One will work on actual text log the other chain will take in numerical values and publish these to a statistics backend adapter. -I'm going to rename the issue