Skip to content

Commit

Permalink
Add initial meta.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa committed Mar 19, 2024
1 parent 31f1663 commit f87d35a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "pg_tracing",
"abstract": "Extension to provide Distributed Tracing for PostgreSQL",
"version": "0.1.0",
"maintainer": [
"Anthonin Bonnefoy <[email protected]>"
],
"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"
]
}

0 comments on commit f87d35a

Please sign in to comment.