Skip to content

v0.1.1

Latest

Choose a tag to compare

@nashabanov nashabanov released this 14 Jan 12:05

Added

  • Prometheus metrics exposed on :9090/metrics
    • Event counters (pulsar_events_*_total)
    • Worker pool stats (pulsar_workers_active, pulsar_jobs_queued, etc.)
  • Docker image published to GHCR

Fixed

  • Worker pool now uses context for termination instead of boolean flags

Removed

  • Removed internal PerformanceMetrics struct and manual metric tracking
  • Eliminated periodic logging monitor (metrics now exclusively via Prometheus)