MineMetrics

Quick rating

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.

Performance & Optimization
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
minemetrics-0.1.0.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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.

Screenshots

Gallery

  • Screenshot 2026-07-20 093739.png
    Screenshot 2026-07-20 093739.png Screenshot 2026-07-20 093739.png
  • Screenshot 2026-07-20 093713.png
    Screenshot 2026-07-20 093713.png Screenshot 2026-07-20 093713.png

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works