Simon Cruanes
7310b5c9d3
prepare for 0.4
2023-03-06 15:09:43 -05:00
Simon Cruanes
ed8ef6a9fb
update changelog
2023-03-06 15:09:43 -05:00
Simon Cruanes
bc3ecbc30c
gc metrics every 20s
2022-11-30 17:08:08 -05:00
Simon Cruanes
dbd08b7e0a
timeout-based GC metrics collection
2022-11-30 17:05:22 -05:00
Simon Cruanes
2f1410cc1a
use mode=fallback in dune
2022-11-23 10:04:47 -05:00
Simon Cruanes
f436a1b109
fix(cohttp-lwt-client): do not override config url
2022-11-09 11:53:14 -05:00
Matt Bray
9239dbe934
Merge pull request #29 from anuragsoni/update-header-parsing
...
Allow spaces in header values set via `OTEL_EXPORTER_OTLP_HEADERS`
2022-11-05 10:02:36 +00:00
Anurag Soni
7973cee9c0
Allow spaces in header values
2022-11-04 22:43:42 -04:00
Simon Cruanes
812b3769c2
clarify license
2022-10-26 09:53:38 -04:00
Simon Cruanes
50e7414f12
chore: try to fix github page
2022-10-26 09:52:16 -04:00
Simon Cruanes
8a52da6446
Merge pull request #28 from imandra-ai/wip-cohttp-lwt-client
...
cohttp lwt client
2022-10-03 13:08:48 -04:00
Simon Cruanes
e5621cdd81
fix warning
2022-10-03 13:08:51 -04:00
Simon Cruanes
8ae2ae577a
fix warning
2022-10-03 12:43:37 -04:00
Simon Cruanes
37a9bbb244
chore: lwt_ppx test dep
2022-10-03 12:43:33 -04:00
Simon Cruanes
f95baa533f
try to fix compilation error
2022-10-03 12:20:59 -04:00
Simon Cruanes
a2d08bc3d2
add missing test
2022-10-03 12:20:59 -04:00
Simon Cruanes
9fbe9d2df7
test: update cohttp client test to use cohttp backend as well
2022-10-03 12:20:59 -04:00
Simon Cruanes
c3f5b36e36
feat: add opentelemetry-client-cohttp-lwt library
2022-10-03 12:20:59 -04:00
Simon Cruanes
4ab35e4a54
fix(otel-lwt): missing modules now re-exported
2022-10-03 12:20:59 -04:00
Simon Cruanes
17d723fef8
fix(client-ocurl): fix tick version used in the absence of bg thread
2022-10-03 12:20:59 -04:00
Simon Cruanes
e5ad99f770
rename dir
2022-10-03 12:20:59 -04:00
Simon Cruanes
8dbc5d0fb5
comments for cohttp
2022-10-03 12:20:58 -04:00
Simon Cruanes
3dc7d63c7d
Merge pull request #26 from imandra-ai/otel-0.19
...
update to Otel 0.19
2022-10-03 12:20:32 -04:00
Simon Cruanes
deae27d0bd
update generated code and main library
2022-09-30 14:13:38 -04:00
Simon Cruanes
3d00ffc1e0
chore: drop dep on ocaml-protoc as the generated code is checked-in
2022-09-30 13:59:28 -04:00
Simon Cruanes
078b074734
chore: ask for ocaml-protoc 2.3 in CI
...
version that supports optional in proto3
2022-09-30 13:59:28 -04:00
Simon Cruanes
1aec277063
fix: make sure trace_id/span_id are not all-0
2022-09-30 13:59:28 -04:00
Simon Cruanes
8ea9d205fe
refactor: update opentelemetry to use new codegen
2022-09-30 13:59:28 -04:00
Simon Cruanes
8b1b6aecf2
update codegenerated protos
...
this requires ocaml-protoc with support for optionals in proto3,
which is [wip](https://github.com/mransan/ocaml-protoc/pull/184 ).
However we only extract the protobufs explicitly, not during a regular
build
2022-09-30 13:59:28 -04:00
Simon Cruanes
30ddf7e6ad
chore: update vendored otel to 0.19
2022-09-30 13:59:28 -04:00
Simon Cruanes
b08a89da49
Merge pull request #27 from imandra-ai/wip-thread-local
...
implicit scope using TLS
2022-09-22 10:02:06 -04:00
Simon Cruanes
e60e7754b3
expose Scope.get_surrounding
2022-09-19 16:04:37 -04:00
Simon Cruanes
a2e273282c
feat(opentelemetry): Trace.with_ now has force_new_trace_id param
...
this parameter can be used to force the creation of a new context,
independent of surrounding context.
2022-09-19 15:01:16 -04:00
Simon Cruanes
8d361744ec
fix warning
2022-09-19 15:01:13 -04:00
Simon Cruanes
19c0fac8fd
fix compilation on < 4.12
2022-09-16 18:54:45 -04:00
Simon Cruanes
555a69a0de
test: in emit1, use implicit local storage
2022-09-16 17:00:51 -04:00
Simon Cruanes
6bdf351313
fix warning
2022-09-16 17:00:46 -04:00
Simon Cruanes
35d1782c72
use thread-local storage to store global scope
2022-09-16 16:58:15 -04:00
Simon Cruanes
b2df8ab31d
Merge pull request #25 from imandra-ai/span-links
...
module for Span links
2022-08-15 13:55:30 -04:00
Simon Cruanes
97b9cb8ea8
detail
2022-08-15 13:18:14 -04:00
Simon Cruanes
788dc38e9b
format
2022-08-15 12:45:50 -04:00
Simon Cruanes
d061c64818
fix
2022-08-15 12:34:52 -04:00
Simon Cruanes
b01dd32ead
add Span_link module
2022-08-15 12:30:22 -04:00
Simon Cruanes
b5c35c5c1e
ocamlformat-ignore
2022-08-15 12:30:16 -04:00
Simon Cruanes
56bd892c9a
feat: add a ref Globals.default_span_kind to specify default span kind
2022-08-02 11:28:33 -04:00
Simon Cruanes
2b1b688256
prepare for 0.3
2022-07-08 11:52:30 -04:00
Simon Cruanes
d235d8ab8c
chore: try to fix gh-pages CI
2022-07-07 16:43:02 -04:00
Simon Cruanes
586e16e1c5
Merge pull request #24 from imandra-ai/wip-better-client
...
improve client code
2022-07-07 10:42:39 -04:00
Simon Cruanes
41e9962c08
fix: do not emit empty batches
2022-07-06 19:55:50 -04:00
Simon Cruanes
16667a3fcf
improved logging for ocurl exporter
2022-07-06 19:49:12 -04:00