LangfuseTraceExportHealth
NexusLabs.Foundry.Langfuse¶
LangfuseTraceExportHealth Class¶
Describes local trace queue and exporter outcomes.
public sealed record LangfuseTraceExportHealth : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfuseTraceExportHealth>
Inheritance System.Object 🡒 LangfuseTraceExportHealth
Implements System.IEquatable<LangfuseTraceExportHealth>
Properties¶
LangfuseTraceExportHealth.Acknowledged Property¶
Gets the activities in batches acknowledged successfully by the OTLP exporter.
Property Value¶
LangfuseTraceExportHealth.Dropped Property¶
Gets the activities rejected because the local queue was saturated or closed.
Property Value¶
LangfuseTraceExportHealth.Failed Property¶
Gets the activities removed from the queue in failed export batches.
Property Value¶
LangfuseTraceExportHealth.FailedBatches Property¶
Gets the number of failed export batches.
Property Value¶
LangfuseTraceExportHealth.LocallyEnqueued Property¶
Gets the activities accepted into the bounded local queue.
Property Value¶
LangfuseTraceExportHealth.LocallyObserved Property¶
Gets the recorded activities observed by the local processor.
Property Value¶
LangfuseTraceExportHealth.SuccessfulBatches Property¶
Gets the number of exporter-acknowledged batches.