File tree Expand file tree Collapse file tree 7 files changed +353
-0
lines changed
opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.13
opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.13
opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.13
opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.13
opentelemetry-logs/opentelemetry-logs.0.13
opentelemetry-lwt/opentelemetry-lwt.0.13
opentelemetry/opentelemetry.0.13 Expand file tree Collapse file tree 7 files changed +353
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Collector client for opentelemetry, using cohttp + eio"
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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
11+ bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
12+ depends: [
13+ "dune" {>= "2.9"}
14+ "ocaml" {>= "5.00"}
15+ "mtime" {>= "1.4"}
16+ "ca-certs"
17+ "mirage-crypto-rng-eio"
18+ "opentelemetry" {= version}
19+ "odoc" {with-doc}
20+ "cohttp-eio" {>= "6.1.0"}
21+ "eio" {>= "1.2"}
22+ "eio_main" {with-test}
23+ "tls-eio" {>= "2.0"}
24+ "cohttp-lwt-unix" {with-test}
25+ "lwt_ppx" {>= "2.0" & with-test}
26+ "alcotest" {with-test}
27+ "containers" {with-test}
28+ ]
29+ build: [
30+ ["dune" "subst"] {dev}
31+ [
32+ "dune"
33+ "build"
34+ "-p"
35+ name
36+ "-j"
37+ jobs
38+ "--promote-install-files=false"
39+ "@install"
40+ "@runtest" {with-test}
41+ "@doc" {with-doc}
42+ ]
43+ ["dune" "install" "-p" name "--create-install-files" name]
44+ ]
45+ dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
46+ url {
47+ src:
48+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
49+ checksum: [
50+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
51+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
52+ ]
53+ }
54+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
Original file line number Diff line number Diff line change 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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
11+ bug-reports: "https://github.com/ocaml-tracing/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+ "opentelemetry-lwt" {= version}
19+ "lwt" {>= "5.3"}
20+ "lwt_ppx" {>= "2.0"}
21+ "cohttp-lwt" {>= "6.0"}
22+ "cohttp-lwt-unix"
23+ "alcotest" {with-test}
24+ "containers" {with-test}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "--promote-install-files=false"
36+ "@install"
37+ "@runtest" {with-test}
38+ "@doc" {with-doc}
39+ ]
40+ ["dune" "install" "-p" name "--create-install-files" name]
41+ ]
42+ dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
43+ url {
44+ src:
45+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
46+ checksum: [
47+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
48+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
49+ ]
50+ }
51+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
Original file line number Diff line number Diff line change 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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
11+ bug-reports: "https://github.com/ocaml-tracing/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.3" & < "0.4"}
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/ocaml-tracing/ocaml-opentelemetry.git"
39+ url {
40+ src:
41+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
42+ checksum: [
43+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
44+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
45+ ]
46+ }
47+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
Original file line number Diff line number Diff line change 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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
11+ bug-reports: "https://github.com/ocaml-tracing/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" {>= "6.0.0"}
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/ocaml-tracing/ocaml-opentelemetry.git"
39+ url {
40+ src:
41+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
42+ checksum: [
43+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
44+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
45+ ]
46+ }
47+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
Original file line number Diff line number Diff line change 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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
11+ bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
12+ depends: [
13+ "dune" {>= "2.9"}
14+ "ocaml" {>= "4.08"}
15+ "opentelemetry" {= version}
16+ "odoc" {with-doc}
17+ "containers" {>= "3.12" & with-test}
18+ "cohttp-lwt-unix" {with-test}
19+ "opentelemetry-client-cohttp-lwt" {= version & with-test}
20+ "opentelemetry-cohttp-lwt" {= version & with-test}
21+ "logs" {>= "0.7.0"}
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/ocaml-tracing/ocaml-opentelemetry.git"
41+ url {
42+ src:
43+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
44+ checksum: [
45+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
46+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
47+ ]
48+ }
49+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
Original file line number Diff line number Diff line change 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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
11+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
12+ bug-reports: "https://github.com/ocaml-tracing/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/ocaml-tracing/ocaml-opentelemetry.git"
40+ url {
41+ src:
42+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
43+ checksum: [
44+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
45+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
46+ ]
47+ }
48+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
Original file line number Diff line number Diff line change 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" "ocaml-tracing contributors"]
9+ license: "MIT"
10+ tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
11+ homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
12+ bug-reports: "https://github.com/ocaml-tracing/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+ "mtime" {>= "2.0"}
21+ "odoc" {with-doc}
22+ "alcotest" {with-test}
23+ "pbrt" {>= "3.0" & < "4.0"}
24+ "ocaml-lsp-server" {with-dev-setup}
25+ "ambient-context" {>= "0.2" & < "0.3"}
26+ "ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
27+ ]
28+ depopts: ["trace" "lwt" "eio"]
29+ conflicts: [
30+ "trace" {< "0.12"}
31+ ]
32+ build: [
33+ ["dune" "subst"] {dev}
34+ [
35+ "dune"
36+ "build"
37+ "-p"
38+ name
39+ "-j"
40+ jobs
41+ "--promote-install-files=false"
42+ "@install"
43+ "@runtest" {with-test}
44+ "@doc" {with-doc}
45+ ]
46+ ["dune" "install" "-p" name "--create-install-files" name]
47+ ]
48+ dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
49+ url {
50+ src:
51+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
52+ checksum: [
53+ "sha256=e29a0aa7168357ebbed0f50b1ba9374bc277b280935531e77d90183c732b98f6"
54+ "sha512=2fd9dcf03695be7b7888c5fb3d0dbe2acdcfbb7c99dfa7b2ff2fc0bb626c4e35ec8d2be71632e440b9df1cc79529c5258ca98876a373a41cff48e4b1757c5767"
55+ ]
56+ }
57+ x-commit-hash: "28810fec51faa01af5f578566a6cd74c5f9af536"
You can’t perform that action at this time.
0 commit comments