mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
prepare for 0.12
This commit is contained in:
parent
8eda0730e9
commit
98a364b046
9 changed files with 27 additions and 8 deletions
19
CHANGES.md
19
CHANGES.md
|
|
@ -1,4 +1,23 @@
|
|||
|
||||
## 0.12
|
||||
|
||||
- breaking: change `Collector.cleanup` so it takes a callback
|
||||
|
||||
- feat: add Eio collector
|
||||
- feat: add Logs integration
|
||||
- Specify and document the Signal_gatherer API
|
||||
- feat: add `Globals.service_version`
|
||||
- add `pp` implemtation for `Client_ocurl.Config`
|
||||
- feat: adapt to trace 0.10
|
||||
|
||||
- fix concurrency issues, make the libraries thread safe
|
||||
- add many tests
|
||||
- fix: opentelemetry exception attr spec
|
||||
- Add tests for Opentelemetry.Client.Config
|
||||
|
||||
- large refactorings to factor out batching logic out of cohttp-lwt client,
|
||||
also encoding logic. The code for collectors is now much cleaner.
|
||||
|
||||
## 0.11.2
|
||||
|
||||
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
(source
|
||||
(github imandra-ai/ocaml-opentelemetry))
|
||||
|
||||
(version 0.11.2)
|
||||
(version 0.12)
|
||||
|
||||
(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.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Collector client for opentelemetry, using cohttp + eio"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.11.2"
|
||||
version: "0.12"
|
||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||
maintainer: [
|
||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue