Skip to content

Releases: pgEdge/radar

v0.2.0

23 Dec 15:26

Choose a tag to compare

Added

  • pg_stat_checkpointer collector (PostgreSQL 17+) - checkpoint operations
  • pg_stat_io collector (PostgreSQL 16+) - I/O statistics by backend type
  • pg_stat_wal collector (PostgreSQL 14+) - WAL generation statistics
  • pg_postmaster_start_time() collector - server startup timestamp
  • pg_stat_database per-database collector - conflicts, deadlocks, temp files

v0.1.0

22 Dec 15:33

Choose a tag to compare

radar is an agentless, zero-dependency diagnostic data collection tool for PostgreSQL and system metrics.

Key features:

  • Collects system and PostgreSQL metrics for troubleshooting
  • Archives data into a timestamped ZIP file
  • Handles unavailable collectors gracefully
  • Zero dependencies (static binary)