File tree Expand file tree Collapse file tree 7 files changed +352
-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 +352
-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_main" {with-test}
22+ "tls-eio"
23+ "cohttp-lwt-unix" {with-test}
24+ "lwt_ppx" {>= "2.0" & with-test}
25+ "alcotest" {with-test}
26+ "containers" {with-test}
27+ ]
28+ build: [
29+ ["dune" "subst"] {dev}
30+ [
31+ "dune"
32+ "build"
33+ "-p"
34+ name
35+ "-j"
36+ jobs
37+ "--promote-install-files=false"
38+ "@install"
39+ "@runtest" {with-test}
40+ "@doc" {with-doc}
41+ ]
42+ ["dune" "install" "-p" name "--create-install-files" name]
43+ ]
44+ dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
45+ url {
46+ src:
47+ "https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz"
48+ checksum: [
49+ "sha256=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
50+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
51+ ]
52+ }
53+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
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=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
48+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
49+ ]
50+ }
51+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
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=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
44+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
45+ ]
46+ }
47+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
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=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
44+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
45+ ]
46+ }
47+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
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=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
46+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
47+ ]
48+ }
49+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
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=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
45+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
46+ ]
47+ }
48+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
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=b45be7e69577ef9ea7acf59ac6782fba866e58af9e98542d59531b1b19303b58"
54+ "sha512=fa78193b16b30fc4df053e82b67107f57068fe6e0cde004a904a7a1eed8d4147771e8f54eac5ed46bc534762f120123ace03cd1ec2f0f4a8184bf24543199e8d"
55+ ]
56+ }
57+ x-commit-hash: "f7524250017df60eb3e9d1f78e4cd34877c331dc"
You can’t perform that action at this time.
0 commit comments