MineMetrics
No reviews yet
A mod to export your dedicated servers metrics. Built to be used with Prometheus and Grafana as your data collection & visualization layers.
Enhances game performance and optimizes resource usage.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
MineMetrics
A lightweight server-side NeoForge mod for Minecraft 1.21.1 that turns your
server into a live Prometheus metrics source. Drop it into your mods/
folder and it serves a /metrics endpoint (default 0.0.0.0:19565) that any Prometheus instance
can scrape — no third-party libraries bundled, no client-side install, and negligible impact on
your tick rate.
It exposes the numbers that actually explain server performance:
- Ticks: TPS, mean/max MSPT, and cumulative tick counters
- World: loaded chunks, entities (with an optional per-type breakdown), and players — per dimension
- JVM: heap/non-heap and per-pool memory, off-heap buffers, garbage collection, threads, class-loading, and JIT
- Host: process & system CPU, total/used system RAM, and free disk space on the server drive
The standout feature is per-mod CPU attribution. A built-in sampling profiler continuously
watches the server thread and reports how much CPU each installed mod is consuming
(minecraft_mod_cpu_seconds_total{mod="..."}) — capturing event handlers, block-entity ticking,
and mixins alike. When your server starts to lag, you can finally see which mod is responsible,
straight from your dashboards, without running a manual profiler.
Configuration
A companion Docker Compose stack (Prometheus + Grafana with pre-built, easy-to-read dashboards) is available so you can go from install to graphs in minutes — see the monitoring stack repo ( https://github.com/hxxp-rhys/MineMetrics ). Everything is configurable: bind address, port, sampling rate, and optional metrics, with player identities kept opt-in for privacy.
License
MIT-licensed and 100% dependency-free.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources