mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05: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
|
||||
(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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue