TracingSettings
org.llm4s.llmconnect.config.TracingSettings
case class TracingSettings(mode: TracingMode, langfuse: LangfuseConfig, openTelemetry: OpenTelemetryConfig)
Combined tracing configuration used by org.llm4s.trace.Tracing.
mode selects the active backend; the other fields supply backend-specific connection details. Only the sub-config matching the active mode is used — e.g. when mode = TracingMode.Langfuse, openTelemetry is ignored.
Value parameters
- langfuse
-
Langfuse connection details; only used when
mode = TracingMode.Langfuse - mode
-
selects the tracing backend (
Langfuse,OpenTelemetry,Console, orNoOp) - openTelemetry
-
OpenTelemetry collector details; only used when
mode = TracingMode.OpenTelemetry
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article