chronon-telemetry 0.1.1

TelemetrySink trait and console/no-op adapters for Chronon
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented0 out of 4 items with examples
  • Size
  • Source code size: 11.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 665.52 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • unified-field-dev/chronon
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • deathbreakfast

chronon-telemetry

TelemetrySink trait and console/no-op adapters.

Audience

Reader Use this crate for
Integrators Installing NoOpSink or ConsoleSink on ChrononBuilder
Adapter authors Implementing custom metrics/event sinks

Shipped adapters

Type Role
NoOpSink Default — discards telemetry
ConsoleSink stderr logging for dev/bench

Documentation

cargo doc -p chronon-telemetry --no-deps --open