Class MetalProductionReport
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Production telemetry report
public sealed class MetalProductionReport
- Inheritance
-
MetalProductionReport
- Inherited Members
Properties
AlertsSummary
public IList<Alert> AlertsSummary { get; init; }
Property Value
ExportedMetrics
public Dictionary<string, object> ExportedMetrics { get; }
Property Value
HealthAnalysis
public MetalHealthAnalysis HealthAnalysis { get; set; }
Property Value
PerformanceAnalysis
public MetalPerformanceAnalysis PerformanceAnalysis { get; set; }
Property Value
Recommendations
public IList<string> Recommendations { get; init; }
Property Value
Snapshot
public MetalTelemetrySnapshot Snapshot { get; set; }