You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚒️ 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.The text was updated successfully, but these errors were encountered: