Table of Contents

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

IList<Alert>

ExportedMetrics

public Dictionary<string, object> ExportedMetrics { get; }

Property Value

Dictionary<string, object>

HealthAnalysis

public MetalHealthAnalysis HealthAnalysis { get; set; }

Property Value

MetalHealthAnalysis

PerformanceAnalysis

public MetalPerformanceAnalysis PerformanceAnalysis { get; set; }

Property Value

MetalPerformanceAnalysis

Recommendations

public IList<string> Recommendations { get; init; }

Property Value

IList<string>

Snapshot

public MetalTelemetrySnapshot Snapshot { get; set; }

Property Value

MetalTelemetrySnapshot