Package-level declarations

Types

Link copied to clipboard
class LangfuseExporterConfig(langfuseUrl: String? = null, langfusePublicKey: String? = null, langfuseSecretKey: String? = null, exporterTimeoutSeconds: Long = DEFAULT_EXPORTER_TIMEOUT, settings: ExporterCommonSettings = ExporterCommonSettings()) : OtlpBaseExporterConfig

Configuration for exporting OpenTelemetry traces to Langfuse via OTLP HTTP.

Functions

Link copied to clipboard
fun addLangfuseTagsToCurrentTrace(tags: List<String>, coroutineContext: CoroutineContext? = null)

Adds a list of Langfuse trace tags to the current active span within an OpenTelemetry trace.