Table of Contents

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

TimeSpan

ExportTimeout

Gets or sets the export timeout

public TimeSpan ExportTimeout { get; set; }

Property Value

TimeSpan

Exporters

Gets or sets the configured exporters

public IList<ExporterConfiguration> Exporters { get; }

Property Value

IList<ExporterConfiguration>