Skip to content

Commit 80640e8

Browse files
authored
Merge pull request ocaml#23463 from c-cube/opam-publish-opentelemetry-opentelemetry-client-cohttp-lwt-opentelemetry-client-ocurl-opentelemetry-cohttp-lwt-opentelemetry-lwt.0.4
5 packages from imandra-ai/ocaml-opentelemetry at 0.4
2 parents 76d3f47 + d2432f6 commit 80640e8

File tree

5 files changed

+207
-0
lines changed
  • packages
    • opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.4
    • opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.4
    • opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.4
    • opentelemetry-lwt/opentelemetry-lwt.0.4
    • opentelemetry/opentelemetry.0.4

5 files changed

+207
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
3+
maintainer: ["the Imandra team and contributors"]
4+
authors: ["the Imandra team and contributors"]
5+
license: "MIT"
6+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
7+
bug-reports:
8+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"ocaml" {>= "4.08"}
12+
"mtime" {>= "1.4"}
13+
"opentelemetry" {= version}
14+
"pbrt" {>= "2.2"}
15+
"odoc" {with-doc}
16+
"lwt" {>= "5.3"}
17+
"lwt_ppx" {with-test}
18+
"cohttp-lwt"
19+
"cohttp-lwt-unix"
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo:
36+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
37+
url {
38+
src:
39+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
40+
checksum: [
41+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
42+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
43+
]
44+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Collector client for opentelemetry, using http + ocurl"
3+
maintainer: ["the Imandra team and contributors"]
4+
authors: ["the Imandra team and contributors"]
5+
license: "MIT"
6+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
7+
bug-reports:
8+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"ocaml" {>= "4.08"}
12+
"mtime" {>= "1.4"}
13+
"opentelemetry" {= version}
14+
"pbrt" {>= "2.3"}
15+
"odoc" {with-doc}
16+
"ocurl"
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo:
33+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
34+
url {
35+
src:
36+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
37+
checksum: [
38+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
39+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
40+
]
41+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
3+
maintainer: ["the Imandra team and contributors"]
4+
authors: ["the Imandra team and contributors"]
5+
license: "MIT"
6+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
7+
bug-reports:
8+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"ocaml" {>= "4.08"}
12+
"opentelemetry" {= version}
13+
"opentelemetry-lwt" {= version}
14+
"odoc" {with-doc}
15+
"lwt" {>= "5.3"}
16+
"cohttp-lwt" {>= "4.0.0"}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo:
33+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
34+
url {
35+
src:
36+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
37+
checksum: [
38+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
39+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
40+
]
41+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
3+
maintainer: ["the Imandra team and contributors"]
4+
authors: ["the Imandra team and contributors"]
5+
license: "MIT"
6+
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
7+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
8+
bug-reports:
9+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
10+
depends: [
11+
"dune" {>= "2.7"}
12+
"ocaml" {>= "4.08"}
13+
"opentelemetry" {= version}
14+
"cohttp-lwt-unix" {with-test}
15+
"odoc" {with-doc}
16+
"lwt" {>= "5.3"}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo:
33+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
34+
url {
35+
src:
36+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
37+
checksum: [
38+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
39+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
40+
]
41+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Instrumentation for https://opentelemetry.io"
3+
maintainer: ["the Imandra team and contributors"]
4+
authors: ["the Imandra team and contributors"]
5+
license: "MIT"
6+
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
7+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
8+
bug-reports:
9+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
10+
depends: [
11+
"dune" {>= "2.7"}
12+
"ocaml" {>= "4.08"}
13+
"ptime"
14+
"odoc" {with-doc}
15+
"pbrt" {>= "2.3"}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo:
32+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
33+
url {
34+
src:
35+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
36+
checksum: [
37+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
38+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
39+
]
40+
}

0 commit comments

Comments
 (0)