prepare for 0.2

This commit is contained in:
Simon Cruanes 2022-06-09 10:21:59 -04:00
parent a577b837aa
commit 36dcdda480
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
6 changed files with 16 additions and 16 deletions

View file

@ -4,10 +4,10 @@
(source
(github aestheticintegration/ocaml-opentelemetry))
(version 0.1)
(version 0.2)
(authors "the Imandra team")
(maintainers "the Imandra team")
(authors "the Imandra team and contributors")
(maintainers "the Imandra team and contributors")
(license MIT)
;(documentation https://url/to/documentation)

View file

@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Collector client for opentelemetry, using http + ocurl"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
bug-reports:

View file

@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
bug-reports:

View file

@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"

View file

@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Instrumentation for https://opentelemetry.io"
maintainer: ["the Imandra team"]
authors: ["the Imandra team"]
maintainer: ["the Imandra team and contributors"]
authors: ["the Imandra team and contributors"]
license: "MIT"
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"

View file

@ -397,7 +397,7 @@ module Globals = struct
let service_instance_id = ref None
let instrumentation_library =
default_instrumentation_library ~version:"0.1" ~name:"ocaml-opentelemetry"
default_instrumentation_library ~version:"0.2" ~name:"ocaml-opentelemetry"
()
(** Global attributes, initially set