OpenTelemetry Core

Experimental
Monitor player defined OpenTelemetry metrics in Minecraft

File Details

MC Telemetry Core v0.2.0+1.21.1

  • R
  • Feb 17, 2026
  • 2.19 MB
  • 6
  • 1.21.1
  • NeoForge

File Name

mc-telemetry-core-neoforge-0.2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:opentelemetry-core-1424812:7639738"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Survival gameplay
    • Recipes
    • Breaking with pickaxe
  • NbtScraper
    • (no nbt path ObservationSource yet)
    • SignLineObservationSource: Exports values of numbers it reads from a sign placed in front of it
  • Add #create:safe_nbt and #create:wrench_pickup block tags to scrapers

Changed

  • Hide empty ObservationValuePreview when no data is expected

Breaking Changes

  • Rework ObservationSources, now allowing multiple ObservationSourceInstances per scraper block
  • Merge ItemScraper. FluidScraper and EnergyScraper into ContainerScraper

Internals

  • Use DataFixerUpper Codecs for serialization
  • Allow other mods to add own blocks providing ScraperBlockEntities

Full Changelog: https://github.com/MC-Telemetry/mc-telemetry-core/compare/v0.1.2+1.21.1...v0.2.0+1.21.1