Table of Contents

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

string

Data

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

Property Value

Dictionary<string, object>

EventType

public HealthEventType EventType { get; set; }

Property Value

HealthEventType

Message

public string Message { get; set; }

Property Value

string

Properties

public Dictionary<string, object>? Properties { get; init; }

Property Value

Dictionary<string, object>

Severity

public HealthSeverity Severity { get; set; }

Property Value

HealthSeverity

Timestamp

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset