Skip to main content

ITelemetryCollectorHolder

The ITelemetryCollectorHolder interface defines a contract for telemetry collection, providing methods and properties to track tracing and activity.

Properties

NameDescription
FootPrintA tracking identifier used for logging and monitoring telemetry-related events.
TraceIdA unique identifier for the trace associated with the current telemetry session.

Methods

NameDescription
StartActivity(name, startOptions)Starts a new telemetry activity with the given name and optional start options.