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
TraceIdA unique identifier for the trace associated with the current telemetry session.
FootPrintA tracking identifier used for logging and monitoring telemetry-related events.

Methods

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