RunErrorCluster
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe summary of runs sharing the same fingerprint.
public sealed record RunErrorCluster : IEquatable<RunErrorCluster>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”RunErrorCluster()
Section titled “ RunErrorCluster()”public RunErrorCluster()Properties
Section titled “Properties”The number of runs in this cluster.
public required long Count { get; init; }Property Value
Section titled “Property Value”Fingerprint
Section titled “ Fingerprint”The digest of the normalized message.
public required string Fingerprint { get; init; }Property Value
Section titled “Property Value”LastSeenAt
Section titled “ LastSeenAt”The moment this cluster was last seen (UTC).
public required DateTimeOffset LastSeenAt { get; init; }Property Value
Section titled “Property Value”SampleMessage
Section titled “ SampleMessage”The raw error message of the most recent occurrence in the cluster.
public required string SampleMessage { get; init; }Property Value
Section titled “Property Value”SampleRunId
Section titled “ SampleRunId”The run identifier of the most recent occurrence in the cluster.
public required Guid SampleRunId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(RunErrorCluster?)
Section titled “ Equals(RunErrorCluster?)”public bool Equals(RunErrorCluster? other)Parameters
Section titled “Parameters”other RunErrorCluster?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(RunErrorCluster?, RunErrorCluster?)
Section titled “ operator ==(RunErrorCluster?, RunErrorCluster?)”public static bool operator ==(RunErrorCluster? left, RunErrorCluster? right)Parameters
Section titled “Parameters”left RunErrorCluster?
right RunErrorCluster?
Returns
Section titled “Returns”operator !=(RunErrorCluster?, RunErrorCluster?)
Section titled “ operator !=(RunErrorCluster?, RunErrorCluster?)”public static bool operator !=(RunErrorCluster? left, RunErrorCluster? right)Parameters
Section titled “Parameters”left RunErrorCluster?
right RunErrorCluster?