mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
chore: Add myself to maintainers
This commit is contained in:
parent
f5cd6e0bf0
commit
b0337f6027
6 changed files with 29 additions and 6 deletions
|
|
@ -11,7 +11,10 @@
|
||||||
|
|
||||||
(authors "the Imandra team and contributors")
|
(authors "the Imandra team and contributors")
|
||||||
|
|
||||||
(maintainers "the Imandra team and contributors")
|
(maintainers
|
||||||
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
|
"ELLIOTTCABLE <opam@ell.io>")
|
||||||
|
|
||||||
(license MIT)
|
(license MIT)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.5"
|
||||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: [
|
||||||
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.5"
|
||||||
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: [
|
||||||
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.5"
|
||||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: [
|
||||||
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.5"
|
||||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: [
|
||||||
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.5"
|
version: "0.5"
|
||||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: [
|
||||||
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue