mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 12:45:45 -04:00
prepare for 0.10
This commit is contained in:
parent
4f6cf08041
commit
b4a9ccf57b
7 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
## 0.10
|
||||||
|
|
||||||
|
- feat: add support for per-signal urls (by @tatchi)
|
||||||
|
- build: disable protobuf regeneration during normal library use
|
||||||
|
- fix: emit GC metrics even in the absence of custom metrics
|
||||||
|
|
||||||
## 0.9
|
## 0.9
|
||||||
|
|
||||||
- compat with trace 0.7
|
- compat with trace 0.7
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
(source
|
(source
|
||||||
(github imandra-ai/ocaml-opentelemetry))
|
(github imandra-ai/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.9)
|
(version 0.10)
|
||||||
|
|
||||||
(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.9"
|
version: "0.10"
|
||||||
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.9"
|
version: "0.10"
|
||||||
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.9"
|
version: "0.10"
|
||||||
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.9"
|
version: "0.10"
|
||||||
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.9"
|
version: "0.10"
|
||||||
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