mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
prepare for 0.2
This commit is contained in:
parent
a577b837aa
commit
36dcdda480
6 changed files with 16 additions and 16 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
(source
|
(source
|
||||||
(github aestheticintegration/ocaml-opentelemetry))
|
(github aestheticintegration/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.1)
|
(version 0.2)
|
||||||
|
|
||||||
(authors "the Imandra team")
|
(authors "the Imandra team and contributors")
|
||||||
(maintainers "the Imandra team")
|
(maintainers "the Imandra team and contributors")
|
||||||
(license MIT)
|
(license MIT)
|
||||||
;(documentation https://url/to/documentation)
|
;(documentation https://url/to/documentation)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# 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.1"
|
version: "0.2"
|
||||||
synopsis: "Collector client for opentelemetry, using http + ocurl"
|
synopsis: "Collector client for opentelemetry, using http + ocurl"
|
||||||
maintainer: ["the Imandra team"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports:
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# 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.1"
|
version: "0.2"
|
||||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||||
maintainer: ["the Imandra team"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports:
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# 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.1"
|
version: "0.2"
|
||||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||||
maintainer: ["the Imandra team"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# 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.1"
|
version: "0.2"
|
||||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||||
maintainer: ["the Imandra team"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
||||||
|
|
|
||||||
|
|
@ -397,7 +397,7 @@ module Globals = struct
|
||||||
let service_instance_id = ref None
|
let service_instance_id = ref None
|
||||||
|
|
||||||
let instrumentation_library =
|
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
|
(** Global attributes, initially set
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue