TraceQuery

org.llm4s.trace.store.TraceQuery
See theTraceQuery companion class
object TraceQuery

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TraceQuery.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

No filters applied; returns up to 50 traces.

No filters applied; returns up to 50 traces.

Attributes

def withLimit(limit: Int): TraceQuery

Returns up to limit traces with no other filters.

Returns up to limit traces with no other filters.

Attributes

def withMetadata(key: String, value: String): TraceQuery

Filters to traces whose metadata contains the given key/value pair.

Filters to traces whose metadata contains the given key/value pair.

Attributes

Filters to traces with exactly the given status.

Filters to traces with exactly the given status.

Attributes

def withTimeRange(from: Instant, to: Instant): TraceQuery

Filters to traces whose start time falls within [from, to] (inclusive).

Filters to traces whose start time falls within [from, to] (inclusive).

Attributes