this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] opentelemetry (5 packages) (0.11.2)

CHANGES:

- fix: opentelemetry-client-ocurl: don't block signals on Windows
- fix otel-client-ocurl: use ptime timestamps for self metrics

+246
+49
packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Collector client for opentelemetry, using cohttp + lwt" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.08"} 15 + "mtime" {>= "1.4"} 16 + "opentelemetry" {= version} 17 + "odoc" {with-doc} 18 + "lwt" {>= "5.3"} 19 + "lwt_ppx" {>= "2.0"} 20 + "cohttp-lwt" 21 + "cohttp-lwt-unix" 22 + "alcotest" {with-test} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 41 + url { 42 + src: 43 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz" 44 + checksum: [ 45 + "sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c" 46 + "sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c" 47 + ] 48 + } 49 + x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+47
packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Collector client for opentelemetry, using http + ezcurl" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.08"} 15 + "mtime" {>= "1.4"} 16 + "opentelemetry" {= version} 17 + "odoc" {with-doc} 18 + "ezcurl" {>= "0.2.3"} 19 + "ocurl" 20 + "alcotest" {with-test} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 39 + url { 40 + src: 41 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz" 42 + checksum: [ 43 + "sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c" 44 + "sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c" 45 + ] 46 + } 47 + x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+47
packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Opentelemetry tracing for Cohttp HTTP servers" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.08"} 15 + "opentelemetry" {= version} 16 + "opentelemetry-lwt" {= version} 17 + "odoc" {with-doc} 18 + "lwt" {>= "5.3"} 19 + "cohttp-lwt" {>= "4.0.0" & < "6"} 20 + "alcotest" {with-test} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 39 + url { 40 + src: 41 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz" 42 + checksum: [ 43 + "sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c" 44 + "sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c" 45 + ] 46 + } 47 + x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+48
packages/opentelemetry-lwt/opentelemetry-lwt.0.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] 11 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 12 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "ocaml" {>= "4.08"} 16 + "opentelemetry" {= version} 17 + "cohttp-lwt-unix" {with-test} 18 + "odoc" {with-doc} 19 + "lwt" {>= "5.3"} 20 + "lwt_ppx" {>= "2.0"} 21 + "alcotest" {with-test} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "--promote-install-files=false" 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ["dune" "install" "-p" name "--create-install-files" name] 38 + ] 39 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 40 + url { 41 + src: 42 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz" 43 + checksum: [ 44 + "sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c" 45 + "sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c" 46 + ] 47 + } 48 + x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+55
packages/opentelemetry/opentelemetry.0.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Instrumentation for https://opentelemetry.io" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"] 11 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 12 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "ocaml" {>= "4.08"} 16 + "ptime" 17 + "hmap" 18 + "atomic" 19 + "thread-local-storage" {>= "0.2" & < "0.3"} 20 + "odoc" {with-doc} 21 + "alcotest" {with-test} 22 + "pbrt" {>= "3.0" & < "4.0"} 23 + "ocaml-lsp-server" {with-dev-setup} 24 + "ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"} 25 + ] 26 + depopts: ["trace" "lwt" "eio"] 27 + conflicts: [ 28 + "trace" {< "0.9"} 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "--promote-install-files=false" 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ["dune" "install" "-p" name "--create-install-files" name] 45 + ] 46 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 47 + url { 48 + src: 49 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz" 50 + checksum: [ 51 + "sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c" 52 + "sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c" 53 + ] 54 + } 55 + x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"