Class MetalHealthAnalysis
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Health analysis
public sealed class MetalHealthAnalysis
- Inheritance
-
MetalHealthAnalysis
- Inherited Members
Properties
AnalysisPeriod
public TimeSpan AnalysisPeriod { get; set; }
Property Value
ErrorPatterns
public Dictionary<string, object> ErrorPatterns { get; }
Property Value
HealthScore
public double HealthScore { get; set; }
Property Value
PerformanceDegradation
public Dictionary<string, object> PerformanceDegradation { get; }
Property Value
PredictedIssues
public IList<string> PredictedIssues { get; init; }
Property Value
ResourcePressureTrends
public Dictionary<string, object> ResourcePressureTrends { get; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }
Property Value
TotalEvents
public int TotalEvents { get; set; }