radar_trace 0.1.1 copy "radar_trace: ^0.1.1" to clipboard
radar_trace: ^0.1.1 copied to clipboard

Pure-Dart tracer framework with monotonic spans, log-linear latency histograms, Zone-based async nesting, and a lossless outlier ring.

0.1.1 #

  • Docs only (no code change): document the per-key SpanKeyStatsSnapshot metrics — callsPerSecond, avgInterCallIntervalMicros, meanMicros, maxMicros, totalMicros, firstStartMicros, lastStartMicros — in the README.

0.1.0 #

  • Initial release: Span model, LatencyHistogram, OutlierRing, TraceRecorder, TraceSnapshot, Tracer façade with Zone-based nesting.
  • Added per-key call metrics to SpanKeyStatsSnapshot: firstStartMicros, lastStartMicros, avgInterCallIntervalMicros (null when count < 2), callsPerSecond (null when count < 2 or window is zero), meanMicros, maxMicros, totalMicros — all exact (no bucket approximation).
0
likes
160
points
183
downloads

Documentation

API reference

Publisher

verified publishertp9imka.dev

Weekly Downloads

Pure-Dart tracer framework with monotonic spans, log-linear latency histograms, Zone-based async nesting, and a lossless outlier ring.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#tracing #profiling #observability #performance #dart

License

MIT (license)

Dependencies

meta

More

Packages that depend on radar_trace