From 8c5177398007e48d7dad93993fef0bc9863a2f23 Mon Sep 17 00:00:00 2001 From: c-cube Date: Fri, 6 Feb 2026 18:16:33 +0000 Subject: [PATCH] deploy: c9cd56d0b5db1399f9b920068d8290ca363c0dd1 --- trace/Trace_core/Collector/Callbacks/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trace/Trace_core/Collector/Callbacks/index.html b/trace/Trace_core/Collector/Callbacks/index.html index feee146..1c24907 100644 --- a/trace/Trace_core/Collector/Callbacks/index.html +++ b/trace/Trace_core/Collector/Callbacks/index.html @@ -24,7 +24,7 @@ | `Float of float | `None ]) list -> - unit;
  • message : 'st -> + unit;
  • enabled : 'st -> Level.t -> bool;
    (*

    Is the collector accepting spans/messages/metrics with this level?

    *)
  • message : 'st -> level:Level.t -> params:Trace_core__.Types.extension_parameter list -> data: @@ -51,6 +51,7 @@ string -> Trace_core__.Types.metric -> unit;
    (*

    Metric .

    *)
  • extension : 'st -> level:Level.t -> Trace_core__.Types.extension_event -> unit;
    (*

    Collector-specific extension. It now has a level as well.

    *)
  • init : 'st -> unit;
    (*

    Called on initialization

    *)
  • shutdown : 'st -> unit;
    (*

    Shutdown collector, possibly waiting for it to finish sending data.

    *)
  • }

    Callbacks taking a state 'st

    val make : + ?enabled:('a -> Level.t -> bool) -> enter_span: ('a -> __FUNCTION__:string option ->