DeclarativeWorkflowOptions.TelemetryActivitySource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an optional ActivitySource for telemetry.
If provided, the caller retains ownership and is responsible for disposal.
If null but ConfigureTelemetry is set, a shared default
activity source named "Microsoft.Agents.AI.Workflows" will be used.
public System.Diagnostics.ActivitySource? TelemetryActivitySource { get; init; }
member this.TelemetryActivitySource : System.Diagnostics.ActivitySource with get, set
Public Property TelemetryActivitySource As ActivitySource