Skip to content

v0.5.1

Choose a tag to compare

@GustavoZiaugra GustavoZiaugra released this 16 May 02:58
· 12 commits to main since this release
3bd50c0

0.5.1 (2026-05-16)

Fixed

  • Timestamp normalization: event handlers and collector now store System.system_time(:microsecond) instead of System.monotonic_time() — fixes timestamps showing dates from 1970 and broken timeline time-ago buckets (#66)
  • Inbound Consumers page crash (KeyError :avg_latency) — compute average latency from total_duration / requests (#66)
  • Demo seed data: seed 15 inbound recent events so inbound pages aren't empty; use real epoch timestamps for all last_seen values (#66)
  • Cleanup format_duration/1 unreachable clause flagged by Dialyzer (#66)