Class HealthEvent
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Health event
public sealed class HealthEvent
- Inheritance
-
HealthEvent
- Inherited Members
Properties
Component
public string Component { get; set; }
Property Value
Data
public Dictionary<string, object> Data { get; }
Property Value
EventType
public HealthEventType EventType { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Properties
public Dictionary<string, object>? Properties { get; init; }
Property Value
Severity
public HealthSeverity Severity { get; set; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }