mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04:00
prepare for 0.11.2
This commit is contained in:
parent
b2e62d527e
commit
c313731a70
7 changed files with 11 additions and 6 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
## 0.11.2
|
||||||
|
|
||||||
|
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
||||||
|
- fix otel-client-ocurl: use ptime timestamps for self metrics
|
||||||
|
|
||||||
## 0.11.1
|
## 0.11.1
|
||||||
|
|
||||||
- add missing sample argument to `Traceparent.to_value`
|
- add missing sample argument to `Traceparent.to_value`
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
(source
|
(source
|
||||||
(github imandra-ai/ocaml-opentelemetry))
|
(github imandra-ai/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.11.1)
|
(version 0.11.2)
|
||||||
|
|
||||||
(authors "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
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.11.1"
|
version: "0.11.2"
|
||||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||||
maintainer: [
|
maintainer: [
|
||||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.11.1"
|
version: "0.11.2"
|
||||||
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
synopsis: "Collector client for opentelemetry, using http + ezcurl"
|
||||||
maintainer: [
|
maintainer: [
|
||||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.11.1"
|
version: "0.11.2"
|
||||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||||
maintainer: [
|
maintainer: [
|
||||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.11.1"
|
version: "0.11.2"
|
||||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||||
maintainer: [
|
maintainer: [
|
||||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.11.1"
|
version: "0.11.2"
|
||||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||||
maintainer: [
|
maintainer: [
|
||||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue