ITelemetryCollectorHolder
The ITelemetryCollectorHolder interface defines a contract for telemetry collection, providing methods and properties to track tracing and activity.
Properties
| Name | Description |
|---|---|
| FootPrint | A tracking identifier used for logging and monitoring telemetry-related events. |
| TraceId | A unique identifier for the trace associated with the current telemetry session. |
Methods
| Name | Description |
|---|---|
| StartActivity(name, startOptions) | Starts a new telemetry activity with the given name and optional start options. |