Table of Contents

Class DistributedTracingOptions

Namespace
DotCompute.Abstractions.Telemetry.Options
Assembly
DotCompute.Abstractions.dll

Distributed tracing configuration options.

public sealed class DistributedTracingOptions
Inheritance
DistributedTracingOptions
Inherited Members

Properties

Enabled

Gets or sets whether distributed tracing is enabled.

public bool Enabled { get; set; }

Property Value

bool

MaxTraceDuration

Gets or sets the maximum trace duration.

public TimeSpan MaxTraceDuration { get; set; }

Property Value

TimeSpan

SamplingRate

Gets or sets the sampling rate (0.0 to 1.0).

public double SamplingRate { get; set; }

Property Value

double