Skip to content

LangfuseProviderShutdownStatus

NexusLabs.Foundry.Langfuse

LangfuseProviderShutdownStatus Enum

Describes the local OpenTelemetry shutdown state for one telemetry provider.

public enum LangfuseProviderShutdownStatus

Fields

Completed 0

The provider completed its local shutdown and drain within the supplied timeout budget.

Incomplete 1

The provider did not complete its local shutdown and drain within the supplied timeout budget, or OpenTelemetry otherwise reported shutdown failure.

NotConfigured 2

The provider was not configured for this session.

NotAttempted 3

This call observed another caller performing shutdown, so it did not attempt provider shutdown and returned immediately.