fix: snapshot entity metrics on main thread
Build / build (push) Successful in 3m0s

This commit is contained in:
dmg
2026-01-22 23:47:55 -05:00
parent 7f48256f7d
commit 2648897197
4 changed files with 56 additions and 26 deletions
+2 -1
View File
@@ -51,6 +51,7 @@ http:
metrics:
enable_jvm: true
enable_process: true
entity_snapshot_interval_seconds: 15
movement:
count_block_changes_only: true
```
@@ -77,7 +78,7 @@ The Gitea workflow expects these secrets/variables:
## Metrics
Some metrics depend on server implementations (TPS/MSPT, player ping, tile entities). If a method is unavailable on your server build, those metrics are omitted.
Some metrics depend on server implementations (TPS/MSPT, player ping, tile entities). If a method is unavailable on your server build, those metrics are omitted. Entity and tile counts are updated on a periodic main-thread snapshot.
| Metric | Type | Labels | Description |
| --- | --- | --- | --- |