mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
prepare for 0.5
This commit is contained in:
parent
67f4f5b9cc
commit
a4ead618c5
7 changed files with 16 additions and 10 deletions
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
## 0.5
|
||||
|
||||
- new implementation for ocurl backend, using ezcurl and queues
|
||||
- refactor lwt: Use `try%lwt` over `Lwt.catch`
|
||||
- add `opentelemetry.trace` (optional, depends on `trace`)
|
||||
|
||||
## 0.4
|
||||
|
||||
- expose `Scope.get_surrounding`
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
(source
|
||||
(github imandra-ai/ocaml-opentelemetry))
|
||||
|
||||
(version 0.4)
|
||||
(version 0.5)
|
||||
|
||||
(authors "the Imandra team and contributors")
|
||||
(maintainers "the Imandra team and contributors")
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
(cohttp-lwt-unix :with-test)
|
||||
(odoc :with-doc)
|
||||
(lwt (>= "5.3"))
|
||||
lwt_ppx)
|
||||
(lwt_ppx (>= "2.0")))
|
||||
(tags
|
||||
(instrumentation tracing opentelemetry datadog lwt)))
|
||||
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
(pbrt (>= 2.2))
|
||||
(odoc :with-doc)
|
||||
(lwt (>= "5.3"))
|
||||
lwt_ppx
|
||||
(lwt_ppx (>= "2.0"))
|
||||
cohttp-lwt
|
||||
cohttp-lwt-unix)
|
||||
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.4"
|
||||
version: "0.5"
|
||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"pbrt" {>= "2.2"}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx"
|
||||
"lwt_ppx" {>= "2.0"}
|
||||
"cohttp-lwt"
|
||||
"cohttp-lwt-unix"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.4"
|
||||
version: "0.5"
|
||||
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.4"
|
||||
version: "0.5"
|
||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.4"
|
||||
version: "0.5"
|
||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"cohttp-lwt-unix" {with-test}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx"
|
||||
"lwt_ppx" {>= "2.0"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.4"
|
||||
version: "0.5"
|
||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue