{
   "name": "pg_stat_ch",
   "abstract": "PostgreSQL Query Telemetry Exporter to ClickHouse",
   "description": "A PostgreSQL extension that captures per-query execution telemetry and exports it to ClickHouse in real-time.",
   "version": "0.3.3",
   "date": "2026-04-06T15:26:04Z",
   "maintainer": [
      "Kaushik Iska <iska.kaushik@gmail.com>",
      "Kevin Biju Kizhake Kanichery <kevin.biju@clickhouse.com>"
   ],
   "release_status": "stable",
   "user": "clickhouse",
   "sha1": "1f76f8a54e98a415f0fe14f8f3850b4e87d0a73a",
   "license": "apache_2_0",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "16.0.0"
         }
      }
   },
   "provides": {
      "pg_stat_ch": {
         "abstract": "PostgreSQL Query Telemetry Exporter to ClickHouse",
         "docfile": "README.md",
         "file": "pg_stat_ch.control",
         "version": "0.3.3"
      }
   },
   "tags": ["stats", "statistics", "metrics", "clickhouse"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/clickhouse/pg_stat_ch/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/clickhouse/pg_stat_ch.git",
         "web": "https://github.com/clickhouse/pg_stat_ch/"
      }
   },
   "no_index": {
      "directory": [
         "third_party",
         "test",
         "benchmark"
      ]
   }
}
