mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
fix(otel-lwt): missing modules now re-exported
This commit is contained in:
parent
17d723fef8
commit
4ab35e4a54
1 changed files with 7 additions and 0 deletions
|
|
@ -4,9 +4,11 @@ module Span_id = Span_id
|
||||||
module Trace_id = Trace_id
|
module Trace_id = Trace_id
|
||||||
module Event = Event
|
module Event = Event
|
||||||
module Span = Span
|
module Span = Span
|
||||||
|
module Span_link = Span_link
|
||||||
module Globals = Globals
|
module Globals = Globals
|
||||||
module Timestamp_ns = Timestamp_ns
|
module Timestamp_ns = Timestamp_ns
|
||||||
module GC_metrics = GC_metrics
|
module GC_metrics = GC_metrics
|
||||||
|
module Metrics_callbacks = Metrics_callbacks
|
||||||
module Trace_context = Trace_context
|
module Trace_context = Trace_context
|
||||||
|
|
||||||
module Trace = struct
|
module Trace = struct
|
||||||
|
|
@ -59,3 +61,8 @@ module Metrics = struct
|
||||||
open Proto.Metrics
|
open Proto.Metrics
|
||||||
include Metrics
|
include Metrics
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module Logs = struct
|
||||||
|
include Proto.Logs
|
||||||
|
include Logs
|
||||||
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue