DefaultLangfuseBatchSender
org.llm4s.trace.DefaultLangfuseBatchSender
class DefaultLangfuseBatchSender(httpClient: Llm4sHttpClient, restoreInterrupt: () => Unit) extends LangfuseBatchSender
Default implementation of LangfuseBatchSender using HTTP requests.
Sends trace events to Langfuse using basic authentication with the provided public and secret keys. Handles both successful responses (200-299) and partial success responses (207).
Logs warnings if credentials are not configured and errors if the HTTP request fails.
Attributes
- Graph
-
- Supertypes
Members list
In this article