Table of Contents

Class TelemetryOptions

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

Core telemetry configuration options.

public sealed class TelemetryOptions
Inheritance
TelemetryOptions
Inherited Members

Properties

Enabled

Gets or sets whether telemetry is enabled.

public bool Enabled { get; set; }

Property Value

bool

ExportEndpoints

Gets or sets the export endpoints.

public IList<string> ExportEndpoints { get; }

Property Value

IList<string>

ExportInterval

Gets or sets the telemetry export interval.

public TimeSpan ExportInterval { get; set; }

Property Value

TimeSpan

MaxBatchSize

Gets or sets the maximum batch size for telemetry exports.

public int MaxBatchSize { get; set; }

Property Value

int