This commit is contained in:
Azure Pipelines 2024-01-03 20:21:42 +00:00
Родитель 01cf9925b2
Коммит 441c22a5cc
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -102,6 +102,9 @@ You can register multiple factory methods.</p>
<p>The <code>ActivityID</code> is a unique identifier of the LinqToDB activity. It is used to identify the activity in the metrics data.</p>
<p><code>Linq To DB</code> contains a large set of telemetry collection points that can be used to collect data.
Each collection point has a unique <code>ActivityID</code> identifier.</p>
<h2 id="configurationtracematerializationactivity">Configuration.TraceMaterializationActivity</h2>
<p>The <code>Configuration.TraceMaterializationActivity</code> property can be used to enable or disable tracing of object materialization activity.
It can significantly break performance if tracing consumer performs slow, so it is disabled by default.</p>
<h2 id="example">Example</h2>
<p>The following example shows how to use the <code>ActivityService</code> and <code>OpenTelemetry</code> to collect <code>Linq To DB</code> telemetry data.</p>
<pre><code class="lang-c#">using System;

Различия файлов скрыты, потому что одна или несколько строк слишком длинны