Skip to content

v0.0.1

Latest

Choose a tag to compare

@levchik levchik released this 05 Apr 20:02

Initial release: async healthcheck monitoring with JSON output.

Features

  • BaseMetric and InfoMetric types
  • Monitor with add_metric() and metric() API
  • JSONMonitorFormatter for JSON serialization
  • FileMonitorOutput for writing metrics to files
  • MemoryMonitorStorage for in-memory metric storage

Note: This version is archived. The current main branch contains a complete rewrite with Pull/Push architecture, multiple metric types, and Prometheus support.