-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.json
44 lines (44 loc) · 1.15 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
{
"name": "pg_tracing",
"abstract": "Extension to provide Distributed Tracing for PostgreSQL",
"version": "0.1.0",
"maintainer": [
"Anthonin Bonnefoy <anthonin.bonnefoy@gmail.com>"
],
"license": "MIT",
"generated_by": "Anthonin Bonnefoy",
"release_status": "alpha",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "16.0"
}
}
},
"provides": {
"pg_tracing": {
"file": "sql/pg_tracing--0.1.0.sql",
"docfile": "doc/pg_tracing.md",
"version": "0.1.0",
"abstract": "Extension to provide Distributed Tracing for PostgreSQL"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/DataDog/pg_tracing/issues"
},
"repository": {
"url": "git://github.com/DataDog/pg_tracing.git" ,
"web": "https://github.com/DataDog/pg_tracing",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"monitoring",
"tracing"
]
}