Class MetalExportOptions
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Configuration options for Metal metrics export
public sealed class MetalExportOptions
- Inheritance
-
MetalExportOptions
- Inherited Members
Properties
AutoExportInterval
Gets or sets the auto-export interval
public TimeSpan AutoExportInterval { get; set; }
Property Value
ExportTimeout
Gets or sets the export timeout
public TimeSpan ExportTimeout { get; set; }
Property Value
Exporters
Gets or sets the configured exporters
public IList<ExporterConfiguration> Exporters { get; }