mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
prepare for 0.91
This commit is contained in:
parent
cf7dbaf66a
commit
59ea628546
11 changed files with 20 additions and 10 deletions
10
CHANGES.md
10
CHANGES.md
|
|
@ -1,4 +1,14 @@
|
|||
|
||||
## 0.91
|
||||
|
||||
- expose Self_debug.level_above
|
||||
- config: better defaults in Sdk, have batching enabled by default
|
||||
|
||||
- better error message for otlp http failures
|
||||
- bounded queue: provide a per-item measure function for better errors/metrics
|
||||
- fix: retries are self_debug logged at warning level
|
||||
- move from ocurl to curl as a dep
|
||||
|
||||
## 0.90
|
||||
|
||||
- major refactor: split library into `opentelemetry.core`, `opentelemetry`,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
(source
|
||||
(github ocaml-tracing/ocaml-opentelemetry))
|
||||
|
||||
(version 0.90)
|
||||
(version 0.91)
|
||||
|
||||
(implicit_transitive_deps false)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Collector client for opentelemetry, using cohttp + eio"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Collector client for opentelemetry, using ezcurl-lwt"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Client SDK for https://opentelemetry.io"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Opentelemetry-based reporter for Logs"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.90"
|
||||
version: "0.91"
|
||||
synopsis:
|
||||
"Core library for instrumentation and serialization for https://opentelemetry.io"
|
||||
maintainer: ["ocaml-tracing"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue