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