org.llm4s.trace.model.Span
See theSpan companion object
A single unit of work within a trace.
Value parameters
- attributes
-
typed key/value metadata attached to the span
- endTime
-
when the span ended;
Nonewhile still running - events
-
ordered list of point-in-time annotations within the span
- kind
-
semantic category of the operation
- name
-
human-readable operation name
- parentSpanId
-
parent span, or
Nonefor the root span - spanId
-
unique identifier for this span
- startTime
-
when the span started
- status
-
outcome of the operation
- traceId
-
identifier of the containing trace
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article