ocaml-opentelemetry/tests
Simon Cruanes 1ebd474423 fix: critical bugs found in code review
Bug #1: Fix worker count logic in generic_consumer
- Was: min 2 (max 500 n_workers) - always created 2 workers
- Now: max 2 (min 500 n_workers) - properly clamps between 2-500
- Impact: Worker configuration was completely ignored

Bug #2: Handle missing dot in __FUNCTION__ name
- Added exception handling for String.rindex in trace span creation
- Prevents crash when tracing top-level or non-module functions
- Uses option type for module_path when no dot is present
- Scoped try/catch to only parsing logic
2026-02-08 06:16:05 +00:00
..
bin details 2026-01-20 00:15:31 -05:00
client wip: fix the e2e tests 2026-01-20 00:15:27 -05:00
client_e2e compat 4.08 2026-01-20 00:15:31 -05:00
cohttp fix some tests 2026-01-20 00:15:26 -05:00
core more dune files 2026-01-20 00:15:25 -05:00
implicit_scope/sync fix: critical bugs found in code review 2026-02-08 06:16:05 +00:00
logs finally redact these logs 2026-01-20 00:15:29 -05:00
ocurl more dune files 2026-01-20 00:15:25 -05:00
ocurl-lwt add opentelemetry-client-ocurl-lwt 2025-11-08 12:42:21 +01:00