Table of Contents

Class SystemHealthMetrics

Namespace
DotCompute.Core.Telemetry
Assembly
DotCompute.Core.dll

System health metrics for monitoring.

public sealed class SystemHealthMetrics
Inheritance
SystemHealthMetrics
Inherited Members

Properties

ActiveOperations

Gets or sets the active operations.

public int ActiveOperations { get; set; }

Property Value

int

The active operations.

DeviceUtilization

Gets or sets the device utilization.

public double DeviceUtilization { get; set; }

Property Value

double

The device utilization.

ErrorRate

Gets or sets the error rate.

public double ErrorRate { get; set; }

Property Value

double

The error rate.

MemoryUsageBytes

Gets or sets the memory usage bytes.

public long MemoryUsageBytes { get; set; }

Property Value

long

The memory usage bytes.

Timestamp

Gets or sets the timestamp.

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

The timestamp.