Releases: korti11/tracebullet
Releases · korti11/tracebullet
v0.1.2-mc26.1.2
v0.1.2
Bug Fixes
- Fixed the metric thread pool preventing a clean server shutdown on dedicated servers.
- Relaxed the Kotlin stdlib version constraint to
[2.2.21,3.0)to avoid conflicts with other mods that bundle a different Kotlin 2.x version (e.g. Kotlin for Forge).
v0.1.1-mc26.1.2
v0.1.1
Bug Fixes
- Fixed a crash on startup (
NoClassDefFoundError) when loading the mod from the built JAR. OpenTelemetry's transitive dependencies (SDK sub-modules, OTLP exporter components, OkHttp, OkIO, Kotlin stdlib) were not being embedded in the mod JAR due to NeoForge'sjarJarsystem not resolving transitive dependencies automatically. All required dependencies are now explicitly declared and embedded.
v0.1.0-mc26.1.2
🎉 Initial Release
⚠️ Pre-release: This is the first public release of TraceBullet and should be considered beta quality. There may be unknown bugs or rough edges. Please report any issues on the issue tracker.
📊 Metrics
| Metric | Description |
|---|---|
| TPS | Server ticks per second |
| Tick Time | Server tick duration as a histogram (5–500 ms buckets) |
| Player Count | Online player count; player latency as a histogram |
| Chunks | Loaded and force-loaded chunk counts per dimension; chunk load/unload event counters; newly generated chunk counter |
| Entities | Living entity, block entity, and item entity counts with type and chunk position dimensions |
| World Save Duration | Histogram of world save time per dimension |
| Scheduled Ticks | Pending block and flsion |
| JVM | Heap memory (used/committed/max), GC collection count and pause time, CPU load, thread count |
⚙️ Configuration
- OTLP endpoint URL, service name override, and custom key-value attributes
- Optional authentication header for the metric export endpoint
- Per-metric enable/disable flags (all enabled by default)
- Thread pool size (defaults to 25% of available processors)
📈 Observability
- Bundled Prometheus/Grafana dashboard (
prometheus-dashboard.json) included in the release