Simon Cruanes
55977b13d8
fix: wait for cleanup in cohttp client
...
in `Opentelemetry_client_cohttp_lwt.with_setup` we should now wait for
the cleanup to be done, by sneaking in a `unit Lwt.u` that is only
resolved after the cleanup is done.
close #41
2024-10-17 15:06:45 -04:00
Simon Cruanes
e789ecf3da
cleanup
2024-10-17 13:45:28 -04:00
Simon Cruanes
308e0304e3
simplify
2024-10-17 13:45:28 -04:00
Simon Cruanes
424a82c8a5
in backends, call tick() before cleaning up
...
this helps flushing signals that are being batched.
close #69
2024-10-17 13:45:28 -04:00
Simon Cruanes
a44c5dc33a
in remove_backend, call tick() then cleanup() on it
2024-10-17 13:45:28 -04:00
Simon Cruanes
97030757c1
feat: allow to remove backend
...
close #70
2024-10-17 13:45:28 -04:00
Simon Cruanes
041d05eb9f
fix otel.trace: record exception in with_span
...
close #71
2024-10-17 11:06:34 -04:00
Nicola Mometto
f8079a13ea
chore: update warnings
2024-10-17 14:20:20 +01:00
Simon Cruanes
2d4b85dcfe
some docs
2024-10-16 13:19:20 -04:00
Simon Cruanes
974ce75a6e
Merge pull request #67 from tatchi/reduce-mem-usage-scope
...
reduce memory usage of Scope.t
2024-10-11 09:35:47 -04:00
Corentin Leruth
ac1a27eb89
reduce memory usage of Scope.t
2024-10-10 21:22:16 +02:00
Simon Cruanes
036c108a27
Merge pull request #66 from tatchi/add-links
...
add links to scope
2024-10-07 11:10:06 -04:00
Corentin Leruth
41f1f43470
add Scope.make
2024-10-07 16:37:01 +02:00
Corentin Leruth
b3747cfc8e
add links to scope
2024-10-07 15:07:05 +02:00
Simon Cruanes
076f39b1be
remove optional dep on rcontext
2024-10-04 21:02:39 -04:00
Corentin Leruth
956875c3bb
remove leftover ambient-context dependency
2024-10-03 09:44:21 -04:00
Simon Cruanes
420ad5484e
feat otel.trace: use "otel.error" to influence a span status
2024-09-30 14:14:41 -04:00
Simon Cruanes
461811a2cb
feat trace: set status of a span based on exception.message
2024-09-30 12:40:17 -04:00
Simon Cruanes
60a0b843e6
feat: update and fix opentelemetry.trace
2024-09-30 12:34:16 -04:00
Simon Cruanes
9680d61a36
Merge pull request #63 from tatchi/add-record-exception
...
add record_exception
2024-09-27 10:16:40 -04:00
Corentin Leruth
ce23facec1
use reraise
2024-09-24 21:23:51 +02:00
Corentin Leruth
00d46841e4
add record_exception
2024-09-24 09:35:26 +02:00
Simon Cruanes
5dd68095ed
CI
2024-09-20 12:08:38 -04:00
Simon Cruanes
7629e419c8
format
2024-09-20 09:22:13 -04:00
ajbt200128
242d304639
Add events to spans created
2024-09-20 08:24:11 -04:00
Corentin Leruth
d6d36ee73d
add url to error log
2024-09-20 08:16:37 -04:00
Simon Cruanes
c372c458c7
Merge pull request #59 from imandra-ai/simon/inline-ambient-context
...
simon/inline ambient context
2024-09-06 10:29:29 -04:00
Simon Cruanes
a9971e4d41
eio local storage
2024-09-06 09:48:06 -04:00
Simon Cruanes
1bcea95ed9
feat: lwt backend
2024-09-06 09:43:56 -04:00
Simon Cruanes
faa0808034
wip
2024-09-06 07:48:54 -04:00
Simon Cruanes
e8ed97100b
ocamlformat
2024-09-06 07:48:47 -04:00
Simon Cruanes
9584a7426f
wip: inline ambient-context into opentelemetry
2024-09-05 16:11:09 -04:00
Simon Cruanes
b4a9ccf57b
prepare for 0.10
2024-08-13 09:32:00 -04:00
Simon Cruanes
4f6cf08041
Merge pull request #56 from tatchi/tatchi/per-signals-url
...
add support for per-signal urls
2024-08-12 10:14:57 -04:00
Corentin Leruth
e73ea7e6ad
make urls from env take precedence
2024-08-09 08:17:08 +02:00
Corentin Leruth
f0dd5a7a35
remove unused config parameter
2024-08-09 08:04:08 +02:00
Matt Bray
ea684b097b
Merge pull request #58 from imandra-ai/matt/mmcs
...
fix(gha): try --solver=mccs
2024-08-08 11:19:36 +01:00
Matt Bray
01a0dc7d8d
fix(gha): try --solver=mccs
2024-08-08 11:14:44 +01:00
Matt Bray
c22e7f4699
Merge pull request #57 from tatchi/add-host-attributes
...
add host attributes
2024-08-08 11:07:19 +01:00
Corentin Leruth
ea092ae0f9
add host attributes
2024-08-08 10:56:35 +02:00
Corentin Leruth
8aafa45896
port urls test + rename
2024-08-05 10:04:12 +02:00
Corentin Leruth
3daa0d8762
port changes to cohttp client
2024-08-05 10:00:52 +02:00
Corentin Leruth
1b7b8edbe0
remove get_url in tests
2024-08-05 09:45:15 +02:00
Corentin Leruth
fd0f1617b6
Update src/client-ocurl/config.mli
...
Co-authored-by: Simon Cruanes <simon.cruanes.2007@m4x.org>
2024-08-05 09:41:04 +02:00
Corentin Leruth
1b538930ae
add support for per-signal urls
2024-08-02 08:52:43 +02:00
Christoph M. Wintersteiger
bf11fd2a5e
Disable protocol regeneration during normal library use
2024-08-01 19:16:23 +01:00
Simon Cruanes
f346491925
Merge pull request #55 from imandra-ai/simon/fix-gc-metrics-2024-07-22
...
fix: emit GC metrics even in the absence of custom metrics
2024-07-22 11:04:29 -04:00
Simon Cruanes
5d5d909c18
also handle the non force case
2024-07-22 10:55:51 -04:00
Simon Cruanes
592814dab8
fix: emit GC metrics even in the absence of custom metrics
2024-07-22 10:48:15 -04:00
Simon Cruanes
f9233113b1
prepare for 0.9
2024-03-25 09:42:17 -04:00