ssube/prometheus-sql-adapter

View on GitHub
schema/meta/tuples-active.sql

Summary

Maintainability
Test Coverage
SELECT
  NOW() AS time,
  relname AS metric,
  n_live_tup AS value
FROM pg_stat_all_tables;