promotional bannermobile promotional banner

Prometheus Exporter

Prometheus exporter for Minecraft.

File Details

Prometheus-Exporter-1.7.10-forge-1.3.0.jar

  • R
  • Sep 13, 2025
  • 168.69 KB
  • 95
  • 1.7.10
  • Forge

File Name

Prometheus-Exporter-1.7.10-forge-1.3.0.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:prometheus-exporter-351938:6993193")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.3.0 for Minecraft 1.7.10 with Forge 10.13.0 (2025-09-13)

New features:

  • Issue #38: The exporter can now be managed with the commands "/prometheus start", "/prometheus stop", and "/prometheus restart". The player requires op or level 4 permissions which can be configured by the "command.permission_level" setting.

  • Issue #39/Issue #40: Added player stats in the new "mc_player_stat_total" metric. These can be disabled by setting the "collector.mc_player_stats" setting to false.

1.2.1 for Minecraft 1.7.10 with Forge 10.13.0 (Unreleased)

Bug fixes:

  • Prevent possible crash on bad start-up.

1.2.0 for Minecraft 1.7.10 with Forge 10.13.0 (Unreleased)

New features:

  • Added the "collector.mc_dimension_tick_errors" setting to control how to handle inconsistent dimension ticks from misbehaved mods. The new default behavior is to log a debug message rather than crash.

Bug fixes:

  • Support inconsistent dimension ticks from misbehaved mods.
  • Support multithreaded dimension ticks.

Miscellaneous:

  • Minor documentation.

1.1.0 for Minecraft 1.7.10 with Forge 10.13.0 (2024-04-11)

New features:

  • Pull #17: Add entity tracking with the "mc_entities_total" metric. This can be disabled by setting "collector.mc_entities" to "false" in the config.

Bug fixes:

  • The "mc_player_list" metric sets the "id" label with the profile UUID only when it is available.

Miscellaneous:

  • Added "HACKING.md".
  • Added "metrics.md".

1.0.0 for Minecraft 1.7.10 with Forge 10.13.0 (2023-12-17)

New features: