We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8139450 commit e87f01fCopy full SHA for e87f01f
source/articles/general/metrics.md
@@ -31,6 +31,11 @@ The `ActivityID` is a unique identifier of the LinqToDB activity. It is used to
31
`Linq To DB` contains a large set of telemetry collection points that can be used to collect data.
32
Each collection point has a unique `ActivityID` identifier.
33
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
39
## Example
40
41
The following example shows how to use the `ActivityService` and `OpenTelemetry` to collect `Linq To DB` telemetry data.
0 commit comments