TracingComposer

org.llm4s.trace.TracingComposer
See theTracingComposer companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def combine(tracers: Tracing*): Tracing

Combine multiple tracers into one that sends events to all backends.

Combine multiple tracers into one that sends events to all backends.

Attributes

Inherited from:
TracingComposer
def filter(tracer: Tracing)(predicate: TraceEvent => Boolean): Tracing

Filter events before sending to the underlying tracer.

Filter events before sending to the underlying tracer.

Attributes

Inherited from:
TracingComposer

Transform events before sending to the underlying tracer.

Transform events before sending to the underlying tracer.

Attributes

Inherited from:
TracingComposer