OpenTelemetry Core

Experimental
Monitor player defined OpenTelemetry metrics in Minecraft

File Details

mc-telemetry-core-fabric-0.2.0-sources.jar

  • R
  • Feb 17, 2026
  • 287.42 KB
  • 4
  • 1.21.1
  • Fabric

File Name

mc-telemetry-core-fabric-0.2.0-sources.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:opentelemetry-core-1424812:7639735"
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