Skip to content

LangfusePublicationOperationHealth

NexusLabs.Foundry.Langfuse

LangfusePublicationOperationHealth Class

Describes direct REST publication outcomes for one operation category.

public sealed record LangfusePublicationOperationHealth : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfusePublicationOperationHealth>

Inheritance System.Object 🡒 LangfusePublicationOperationHealth

Implements System.IEquatable<LangfusePublicationOperationHealth>

Properties

LangfusePublicationOperationHealth.Canceled Property

Gets the operations canceled by their caller.

public long Canceled { get; }

Property Value

System.Int64

LangfusePublicationOperationHealth.Failed Property

Gets the operations that terminated with a publication failure.

public long Failed { get; }

Property Value

System.Int64

LangfusePublicationOperationHealth.InFlight Property

Gets the operations currently awaiting a terminal result.

public long InFlight { get; }

Property Value

System.Int64

LangfusePublicationOperationHealth.Succeeded Property

Gets the operations accepted by the Langfuse REST API.

public long Succeeded { get; }

Property Value

System.Int64

LangfusePublicationOperationHealth.Total Property

Gets the total terminal operations.

public long Total { get; }

Property Value

System.Int64