-
Notifications
You must be signed in to change notification settings - Fork 7
/
META.json
46 lines (45 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
{
"name": "pgtelemetry",
"abstract": "Useful monitoring and metrics views for PostgreSQL",
"version": "1.6.0",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"pgtelemetry": {
"file": "extension/pgtelemetry-HEAD.sql",
"docfile": "doc/pgtelemetry.html",
"version": "1.6.0",
"abstract": "Useful monitoring and metrics for PostgreSQL"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "pgtelemetry is a suite of views, functions and tables which gather and produce a variety of useful metrics for monitoring health of clusters including locks, state of queries, query plans, object size, replication health, and WAL telemetry.",
"tags": [ "monitoring"],
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "11.0.0",
"pg_stat_statements": 0,
"plpgsql": 0
}
}
},
"resources": {
"homepage": "http://big-elephants.com/pg-telemetry/",
"bugtracker": {
"web": "http://github.com/adjust/pg-telemetry/issues"
},
"repository": {
"url": "git://github.com/adjust/pg-telemetry.git",
"web": "http://github.com/adjust/pg-telemetry",
"type": "git"
}
}
}