Class MetalTelemetrySnapshot
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Comprehensive telemetry snapshot
public sealed class MetalTelemetrySnapshot
- Inheritance
-
MetalTelemetrySnapshot
- Inherited Members
Properties
ErrorRate
public double ErrorRate { get; set; }
Property Value
HealthStatus
public HealthStatus HealthStatus { get; set; }
Property Value
OperationMetrics
public Dictionary<string, MetalOperationMetrics> OperationMetrics { get; }
Property Value
PerformanceCounters
public Dictionary<string, object> PerformanceCounters { get; }
Property Value
ResourceMetrics
public Dictionary<string, MetalResourceMetrics> ResourceMetrics { get; }
Property Value
SystemInfo
public MetalSystemInfo SystemInfo { get; set; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }
Property Value
TotalErrors
public long TotalErrors { get; set; }
Property Value
TotalOperations
public long TotalOperations { get; set; }