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.
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"
]
}