-
Notifications
You must be signed in to change notification settings - Fork 20
/
META.json
35 lines (35 loc) · 975 Bytes
/
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
{
"name": "powa",
"abstract": "An extension gathering pg_stat_statements and other plugins statistics",
"version": "__VERSION__",
"maintainer": "Julien Rouhaud <[email protected]>",
"license": "postgresql",
"release_status": "stable",
"provides": {
"powa": {
"abstract": "An extension gathering pg_stat_statements and other plugins statistics",
"file": "powa.sql",
"docfile": "README.md",
"version": "__VERSION__"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/powa-team/powa/issues/"
},
"repository": {
"url": "git://github.com/powa-team/powa-archivist.git",
"web": "http://github.com/powa-team/powa-archivist/",
"type": "git"
}
},
"generated_by": "Julien Rouhaud",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"monitoring",
"workload"
]
}