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
Id
public string Id { get; set; }
Property Value
LastOccurrence
public DateTimeOffset LastOccurrence { get; set; }
Property Value
OccurrenceCount
public int OccurrenceCount { get; set; }
Property Value
Properties
public Dictionary<string, object>? Properties { get; init; }
Property Value
RecommendedActions
public IReadOnlyList<string>? RecommendedActions { get; set; }
Property Value
Resolution
public string? Resolution { get; set; }
Property Value
ResolvedAt
public DateTimeOffset? ResolvedAt { get; set; }
Property Value
RuleId
public string RuleId { get; set; }
Property Value
Severity
public AlertSeverity Severity { get; set; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }
Property Value
Title
public string Title { get; set; }