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
ExportEndpoints
Gets or sets the export endpoints.
public IList<string> ExportEndpoints { get; }
Property Value
ExportInterval
Gets or sets the telemetry export interval.
public TimeSpan ExportInterval { get; set; }
Property Value
MaxBatchSize
Gets or sets the maximum batch size for telemetry exports.
public int MaxBatchSize { get; set; }