imandra-ai / ocaml-opentelemetry

Instrumentation for https://opentelemetry.io
http://docs.imandra.ai/ocaml-opentelemetry/
33 stars 7 forks source link

Add events to spans created in trace frontend #62

Open ajbt200128 opened 17 hours ago

ajbt200128 commented 17 hours ago

Hello, we wanted to use the tracing frontend, with the option to add otel events to the otel spans. It turns out that when spans are created in the otel tracing backend, events aren't passed through from the scope. This fixes that.