diff --git a/trace/Trace/index.html b/trace/Trace/index.html index b14c613..f49a636 100644 --- a/trace/Trace/index.html +++ b/trace/Trace/index.html @@ -1,5 +1,5 @@ -
Traceinclude module type of struct include Trace_core endUser defined data, generally passed as key/value pairs to whatever collector is installed (if any).
type explicit_span = Trace_core.explicit_span = {span : span;Identifier for this span. Several explicit spans might share the same identifier since we can differentiate between them via meta.
mutable meta : Trace_core.Meta_map.t;Metadata for this span (and its context)
*)}Explicit span, with collector-specific metadata
module Collector = Trace_core.Collectormodule Meta_map = Trace_core.Meta_mapIs there a collector?
This is fast, so that the traced program can check it before creating any span or message.
val with_span :
+Trace (trace.Trace) Module Trace
include module type of struct include Trace_core end
User defined data, generally passed as key/value pairs to whatever collector is installed (if any).
module Collector = Trace_core.Collectormodule Meta_map = Trace_core.Meta_mapTracing
Is there a collector?
This is fast, so that the traced program can check it before creating any span or message.
val with_span :
?__FUNCTION__:string ->
__FILE__:string ->
__LINE__:int ->
diff --git a/trace/Trace_core/Collector/index.html b/trace/Trace_core/Collector/index.html
index 015d582..9c177d5 100644
--- a/trace/Trace_core/Collector/index.html
+++ b/trace/Trace_core/Collector/index.html
@@ -1,2 +1,2 @@
-Collector (trace.Trace_core.Collector) Module Trace_core.Collector
A global collector.
The collector, if present, is responsible for collecting messages and spans, and storing them, recording them, forward them, or offering them to other services and processes.
module type S = sig ... endSignature for a collector.
\ No newline at end of file
+Collector (trace.Trace_core.Collector) Module Trace_core.Collector
A global collector.
The collector, if present, is responsible for collecting messages and spans, and storing them, recording them, forward them, or offering them to other services and processes.
module type S = sig ... endSignature for a collector.
\ No newline at end of file
diff --git a/trace/Trace_core/index.html b/trace/Trace_core/index.html
index 584f858..3d47938 100644
--- a/trace/Trace_core/index.html
+++ b/trace/Trace_core/index.html
@@ -1,5 +1,5 @@
-Trace_core (trace.Trace_core) Module Trace_core
Trace.
User defined data, generally passed as key/value pairs to whatever collector is installed (if any).
type explicit_span = {span : span;(*Identifier for this span. Several explicit spans might share the same identifier since we can differentiate between them via meta.
*)mutable meta : Meta_map.t;(*Metadata for this span (and its context)
*)
}Explicit span, with collector-specific metadata
module Collector : sig ... endA global collector.
module Meta_map : sig ... endAssociative containers with Heterogeneous Values
Tracing
Is there a collector?
This is fast, so that the traced program can check it before creating any span or message.
val with_span :
+Trace_core (trace.Trace_core) Module Trace_core
Trace.
User defined data, generally passed as key/value pairs to whatever collector is installed (if any).
module Collector : sig ... endA global collector.
module Meta_map : sig ... endAssociative containers with Heterogeneous Values
Tracing
Is there a collector?
This is fast, so that the traced program can check it before creating any span or message.
val with_span :
?__FUNCTION__:string ->
__FILE__:string ->
__LINE__:int ->
diff --git a/trace/Trace_private_util/B_queue/index.html b/trace/Trace_private_util/B_queue/index.html
deleted file mode 100644
index 193dbc8..0000000
--- a/trace/Trace_private_util/B_queue/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-B_queue (trace.Trace_private_util.B_queue) Module Trace_private_util.B_queue
Basic Blocking Queue
val create : unit -> _ tval push : 'a t -> 'a -> unitpush q x pushes x into q, and returns ().
val pop_all : 'a t -> 'a listpop_all bq returns all items presently in bq, in the same order, and clears bq. It blocks if no element is in bq.
val close : _ t -> unitClose the queue, meaning there won't be any more push allowed.
\ No newline at end of file
diff --git a/trace/Trace_private_util/Domain_util/index.html b/trace/Trace_private_util/Domain_util/index.html
deleted file mode 100644
index 2448442..0000000
--- a/trace/Trace_private_util/Domain_util/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-Domain_util (trace.Trace_private_util.Domain_util) Module Trace_private_util.Domain_util
\ No newline at end of file
diff --git a/trace/Trace_private_util/Mpsc_bag/index.html b/trace/Trace_private_util/Mpsc_bag/index.html
deleted file mode 100644
index 0d8f1c5..0000000
--- a/trace/Trace_private_util/Mpsc_bag/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-Mpsc_bag (trace.Trace_private_util.Mpsc_bag) Module Trace_private_util.Mpsc_bag
A multi-producer, single-consumer bag
\ No newline at end of file