-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"name": "pg_wait_sampling", | ||
"abstract": "Sampling based statistics of wait events", | ||
"description": "pg_wait_sampling provides functions for detailed per backend and per query statistics about PostgreSQL wait events", | ||
"version": "1.1.0", | ||
"maintainer": [ | ||
"Alexander Korotkov <[email protected]>", | ||
"Ildus Kurbangaliev <[email protected]>" | ||
], | ||
"license": { | ||
"PostgreSQL": "http://www.postgresql.org/about/licence" | ||
}, | ||
"prereqs": { | ||
"runtime": { | ||
"requires": { | ||
"PostgreSQL": "9.6.0" | ||
} | ||
} | ||
}, | ||
"provides": { | ||
"pg_wait_sampling": { | ||
"file": "pg_wait_sampling--1.1.sql", | ||
"docfile": "README.md", | ||
"version": "1.1.0", | ||
"abstract": "Sampling based statistics of wait events" | ||
} | ||
}, | ||
"resources": { | ||
"bugtracker": { | ||
"web": "https://github.com/postgrespro/pg_wait_sampling/issues" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/postgrespro/pg_wait_sampling.git", | ||
"web": "https://github.com/postgrespro/pg_wait_sampling", | ||
"type": "git" | ||
} | ||
}, | ||
"generated_by": "Ildus Kurbangaliev", | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "http://pgxn.org/meta/spec.txt" | ||
}, | ||
"tags": [ | ||
"waits", | ||
"sampling", | ||
"background worker", | ||
"wait events", | ||
"waits history", | ||
"waits profile" | ||
] | ||
} |