Table of Contents

Class Alert

Namespace
DotCompute.Backends.Metal.Telemetry
Assembly
DotCompute.Backends.Metal.dll

Alert

public sealed class Alert
Inheritance
Alert
Inherited Members

Properties

Description

public string Description { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

LastOccurrence

public DateTimeOffset LastOccurrence { get; set; }

Property Value

DateTimeOffset

OccurrenceCount

public int OccurrenceCount { get; set; }

Property Value

int

Properties

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

Property Value

Dictionary<string, object>

RecommendedActions

public IReadOnlyList<string>? RecommendedActions { get; set; }

Property Value

IReadOnlyList<string>

Resolution

public string? Resolution { get; set; }

Property Value

string

ResolvedAt

public DateTimeOffset? ResolvedAt { get; set; }

Property Value

DateTimeOffset?

RuleId

public string RuleId { get; set; }

Property Value

string

Severity

public AlertSeverity Severity { get; set; }

Property Value

AlertSeverity

Timestamp

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

Title

public string Title { get; set; }

Property Value

string