SpanEvent

org.llm4s.trace.model.SpanEvent
See theSpanEvent companion object
final case class SpanEvent(name: String, timestamp: Instant, attributes: Map[String, SpanValue])

A point-in-time annotation attached to a span.

Value parameters

attributes

additional typed key/value data

name

short label for the event (e.g. "cache-lookup-started")

timestamp

when the event occurred

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product