forked from postgrespro/pg_wait_sampling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
51 lines (51 loc) · 1.38 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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.4",
"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.4",
"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"
]
}