sladkoff/minecraft-prometheus-exporter

[Bug Report] TPS metrics don't work on Folia

sladkoff opened this issue · 0 comments

  • ⚠️ Metrics mc_tps and mc_tick_duration_* will not be supported because there is no Folia API to get the TPS for a given region/thread (see PaperMC/Folia#31)
    • Edit: see comments below on how this could be implemented manually.

You can get that information with thread-access in folia-dev. Look at spark implementation of Folia.

I think I found the relevant commit. That's a nice source, thank you.