⚒️ Metrics mc_entities_total, mc_villagers_total will need to be re-implemented to use the new RegionScheduler class. It is no longer possible to call World#getEntities from the main thread.
If we use the regionised scheduling, we can add the label region to the metric and the total entity counts can be aggregated by Prometheus/Grafana.
mc_entities_total
,mc_villagers_total
will need to be re-implemented to use the newRegionScheduler
class. It is no longer possible to callWorld#getEntities
from the main thread.region
to the metric and the total entity counts can be aggregated by Prometheus/Grafana.