Skip to content

Commit e87f01f

Browse files
committed
Metrics review updates.
1 parent 8139450 commit e87f01f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/articles/general/metrics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ The `ActivityID` is a unique identifier of the LinqToDB activity. It is used to
3131
`Linq To DB` contains a large set of telemetry collection points that can be used to collect data.
3232
Each collection point has a unique `ActivityID` identifier.
3333

34+
## Configuration.TraceMaterializationActivity
35+
36+
The `Configuration.TraceMaterializationActivity` property can be used to enable or disable tracing of object materialization activity.
37+
It can significantly break performance if tracing consumer performs slow, so it is disabled by default.
38+
3439
## Example
3540

3641
The following example shows how to use the `ActivityService` and `OpenTelemetry` to collect `Linq To DB` telemetry data.

0 commit comments

Comments
 (0)