Share via


TraceOptions Class

Definition

Configuration of the trace options for the Durable Task Extension.

public class TraceOptions
type TraceOptions = class
Public Class TraceOptions
Inheritance
TraceOptions

Constructors

TraceOptions()

Properties

AllowVerboseLinuxTelemetry

Gets or sets if Azure linux telemetry should include verbose logs.

DistributedTracingEnabled

Gets or sets a flag indicating whether to enable distributed tracing. The default value is false.

DistributedTracingProtocol

Gets or sets a protocol for distributed Tracing. Possible values are "HttpCorrelationProtocol" and "W3CTraceContext". The default value is "HttpCorrelationProtocol".

TraceInputsAndOutputs

Gets or sets a value indicating whether to trace the inputs and outputs of function calls.

TraceReplayEvents

Gets or sets if logs for replay events need to be recorded.

Applies to