SquidDev-CC / cc-prometheus

A prometheus exporter for ComputerCraft and CC:Tweaked
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link
computercraft prometheus

CC Prometheus Exporter

Exposes Prometheus metrics for CC: Tweaked and CC: Restitched. This provides the following metrics:

We also provide several non-CC related exporters, which are disabled by default. These are not designed to be comprehensive (better monitoring solutions exist!) but are useful when you only need some basic monitoring and are already running this.

Usage

Download the mod from the releases page and drop it into your mods/ folder. Be careful to pick the correct jar for Forge or Fabric!

Start your server, metrics are available at http://127.0.0.1:9226/metrics. This can be configured with the config file, located at <world_dir>/serverconfig/ccprometheus.toml.

Credits

The project layout is based on Jared's MultiLoader Template.