Skip to content

OffsetMods538/MonkeyMetrics-Server

Repository files navigation

MonkeyMetrics Server

This is the MonkeyMetrics ingest server for receiving telemetry data and allowing Prometheus to consume it.

Metrics are publicly available here.

Docker setup used for the instance is available on the docker-stack/master branch.

What is collected?

My mods collect the following anonymous usage data every time the game is launched:

  • Minecraft version mc - the Minecraft version you're using
  • Environment e - if you're running on client/server
  • Mod loader l - the mod loader you're using
  • Mods m - list of mods. Only includes my mod, the full mod list is not sent.

Example of JSON data:

{
  "mc": "1.21.4",
  "e": "s",
  "l": "fabric",
  "m": [
    "monkeylib538",
    "loot-table-modifier"
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •