deploy: 82cdd4c7f13b529a91bb0e5c440c6dc4c3e40ef4

This commit is contained in:
c-cube 2026-02-26 21:42:57 +00:00
parent 675834885e
commit 02815f16eb
7 changed files with 39 additions and 3 deletions

View file

@ -1,3 +1,12 @@
# 0.12
- use `current_span` when entering spans or sending messages
- add `Trace.Ambient_span_provider.t` concept, to track the current span.
It is not part of the collector and is optional.
- add `trace.thread-local-storage` optional library that implements the `Ambient_span_provider.t`
- add a runtime events collector, + test, in `trace-runtime-events`
- add `{thread,process}_sort_index` extension + TEF support
# 0.11
- entire rework of the collector, now lighter, and using an open sum type

View file

@ -1,3 +1,12 @@
# 0.12
- use `current_span` when entering spans or sending messages
- add `Trace.Ambient_span_provider.t` concept, to track the current span.
It is not part of the collector and is optional.
- add `trace.thread-local-storage` optional library that implements the `Ambient_span_provider.t`
- add a runtime events collector, + test, in `trace-runtime-events`
- add `{thread,process}_sort_index` extension + TEF support
# 0.11
- entire rework of the collector, now lighter, and using an open sum type

View file

@ -1,3 +1,12 @@
# 0.12
- use `current_span` when entering spans or sending messages
- add `Trace.Ambient_span_provider.t` concept, to track the current span.
It is not part of the collector and is optional.
- add `trace.thread-local-storage` optional library that implements the `Ambient_span_provider.t`
- add a runtime events collector, + test, in `trace-runtime-events`
- add `{thread,process}_sort_index` extension + TEF support
# 0.11
- entire rework of the collector, now lighter, and using an open sum type

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ambient_span_provider (trace.Trace_core.Ambient_span_provider)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> <a href="../../../index.html">Index</a> &#x00BB; <a href="../../index.html">trace</a> &#x00BB; <a href="../index.html">Trace_core</a> &#x00BB; Ambient_span_provider</nav><header class="odoc-preamble"><h1>Module <code><span>Trace_core.Ambient_span_provider</span></code></h1><p>Access/set the current span from some ambient context.</p><ul class="at-tags"><li class="since"><span class="at-tag">since</span> NEXT_RELEASE</li></ul></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Callbacks"><a href="#module-Callbacks" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Callbacks/index.html">Callbacks</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.ASP_none" class="def variant constructor anchored"><a href="#type-t.ASP_none" class="anchor"></a><code><span>| </span><span><span class="constructor">ASP_none</span></span></code></li><li id="type-t.ASP_some" class="def variant constructor anchored"><a href="#type-t.ASP_some" class="anchor"></a><code><span>| </span><span><span class="constructor">ASP_some</span> : <span class="type-var">'st</span> * <span><span class="type-var">'st</span> <a href="Callbacks/index.html#type-t">Callbacks.t</a></span> <span class="arrow">&#45;&gt;</span> <a href="#type-t">t</a></span></code></li></ol></div></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ambient_span_provider (trace.Trace_core.Ambient_span_provider)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> <a href="../../../index.html">Index</a> &#x00BB; <a href="../../index.html">trace</a> &#x00BB; <a href="../index.html">Trace_core</a> &#x00BB; Ambient_span_provider</nav><header class="odoc-preamble"><h1>Module <code><span>Trace_core.Ambient_span_provider</span></code></h1><p>Access/set the current span from some ambient context.</p><ul class="at-tags"><li class="since"><span class="at-tag">since</span> 0.12</li></ul></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Callbacks"><a href="#module-Callbacks" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Callbacks/index.html">Callbacks</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.ASP_none" class="def variant constructor anchored"><a href="#type-t.ASP_none" class="anchor"></a><code><span>| </span><span><span class="constructor">ASP_none</span></span></code></li><li id="type-t.ASP_some" class="def variant constructor anchored"><a href="#type-t.ASP_some" class="anchor"></a><code><span>| </span><span><span class="constructor">ASP_some</span> : <span class="type-var">'st</span> * <span><span class="type-var">'st</span> <a href="Callbacks/index.html#type-t">Callbacks.t</a></span> <span class="arrow">&#45;&gt;</span> <a href="#type-t">t</a></span></code></li></ol></div></div></div></body></html>

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,12 @@
# 0.12
- use `current_span` when entering spans or sending messages
- add `Trace.Ambient_span_provider.t` concept, to track the current span.
It is not part of the collector and is optional.
- add `trace.thread-local-storage` optional library that implements the `Ambient_span_provider.t`
- add a runtime events collector, + test, in `trace-runtime-events`
- add `{thread,process}_sort_index` extension + TEF support
# 0.11
- entire rework of the collector, now lighter, and using an open sum type