Skip to content

AppliedEnergistics/MEtrics

Repository files navigation

Build master Latest Release

MEtrics

About

The goal is to provide a simple mod to acquire metrics about a running modded minecraft server or client including more detailed ones about mods using our API.

The idea was to have a companion mod for Applied Energistics 2 and allow monitoring certain metrics like the amount of networks, cache statistics, or timings for crafting requests and similar tasks.

Contacts

License

  • MEtrics API
    • (c) 2020 Team AppliedEnergistics et al
    • License
  • MEtrics
    • (c) 2020 Team AppliedEnergistics et al
    • License
  • Micrometer
    • The metrics API we use internally.
    • License

Supported Mincraft Modding APIs

Please refer to our Feature Matrix for more details. Not all metrics might be supported in every case.

Currently there are no plans to support any other API.

Supported Monitoring Backends

Micrometer supports various other backends. But for now we limit it to these two as these will the most accessible ones within the modded minecraft community. However we will gladly consider supporting others when they see enough support.

Recommended Additions

A UI to visualize data pushed to an InfluxDB. A bit easier to setup a whole TICK stack with Telegraf, InfluxDB, Chronograf and Kapacitor. Especially within a existing docker system.

InfluxDB v2 is untested and potentially not working currently.

More capabable than Chronograf and supports various other backends like Prometheus or InfluxDB. At the cost of a more complex setup