{
   "name": "pg_stat_monitor",
   "abstract": "PostgreSQL Query Performance Monitoring Tool",
   "description": "pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL's contrib module pg_stat_statements. PostgreSQL’s pg_stat_statements provides the basic statistics, which is sometimes not enough. The major shortcoming in pg_stat_statements is that it accumulates all the queries and their statistics and does not provide aggregated statistics nor histogram information. In this case, a user would need to calculate the aggregates, which is quite an expensive operation.",
   "version": "2.3.2",
   "date": "2026-09-08T14:29:25Z",
   "maintainer": [
      "Artem Gavrilov <artem.gavrilov@percona.com>",
      "Diego dos Santos Fronza <diego.fronza@percona.com>"
   ],
   "release_status": "stable",
   "user": "percona",
   "sha1": "ffe28b122ce6f04e65b67f25666817f4674a96d5",
   "license": {
      "PostgreSQL": "https://www.postgresql.org/about/licence"
   },
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "13.0.0"
         }
      }
   },
   "provides": {
      "pg_stat_monitor": {
         "abstract": "PostgreSQL Query Performance Monitoring Tool",
         "docfile": "README.md",
         "file": "pg_stat_monitor--2.2--2.3.sql",
         "version": "2.3.2"
      }
   },
   "tags": ["monitoring", "statistics-collector", "statistics"],
   "resources": {
      "bugtracker": {
         "web": "https://perconadev.atlassian.net/jira/software/c/projects/PG/issues"
      },
      "homepage": "https://github.com/percona/pg_stat_monitor",
      "repository": {
         "type": "git",
         "url": "https://github.com/percona/pg_stat_monitor.git",
         "web": "https://github.com/percona/pg_stat_monitor"
      }
   }
}
