Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

PostgreSQL Metrics - Tool that extracts and provides metrics on your PostgreSQL database

  • Share this:
Service to extract and provide metrics on your PostgreSQL database.This tool is a CLI (command line) tool that can be called to extract statistics and create metrics regarding your PostgreSQL database cluster. CLI is runnable in long running process mode, which will periodically send the gathered metrics forward.

It helps to collect database and cluster specific metrics like
  • Disk usage
  • Rate of transactions executed per second
  • Time passed in seconds since the last vacuum was run per table in your database
  • Long running transactions
  • Index hit rate
  • Table bloat metric
  • Number of client connections
  • Lock statistics
  • Heap hit ratio
  • Replication delay
https://github.com/spotify/postgresql-metrics
License:
Tech: