Uses of Class
com.langfuse.client.resources.opentelemetry.types.OtelSpan.Builder
Packages that use OtelSpan.Builder
-
Uses of OtelSpan.Builder in com.langfuse.client.resources.opentelemetry.types
Methods in com.langfuse.client.resources.opentelemetry.types that return OtelSpan.BuilderModifier and TypeMethodDescriptionOtelSpan.Builder.additionalProperties(Map<String, Object> additionalProperties) OtelSpan.Builder.additionalProperty(String key, Object value) OtelSpan.Builder.attributes(List<OtelAttribute> attributes) OtelSpan.Builder.attributes(Optional<List<OtelAttribute>> attributes) Span attributes including Langfuse-specific attributes (langfuse.observation.*)static OtelSpan.BuilderOtelSpan.builder()OtelSpan.Builder.endTimeUnixNano(Object endTimeUnixNano) OtelSpan.Builder.endTimeUnixNano(Optional<Object> endTimeUnixNano) End time in nanoseconds since Unix epochSpan kind (1=INTERNAL, 2=SERVER, 3=CLIENT, 4=PRODUCER, 5=CONSUMER)Span name describing the operationOtelSpan.Builder.parentSpanId(Object parentSpanId) OtelSpan.Builder.parentSpanId(Optional<Object> parentSpanId) Parent span ID if this is a child spanSpan ID (8 bytes, hex-encoded string in JSON or Buffer in binary)OtelSpan.Builder.startTimeUnixNano(Object startTimeUnixNano) OtelSpan.Builder.startTimeUnixNano(Optional<Object> startTimeUnixNano) Start time in nanoseconds since Unix epochSpan status objectTrace ID (16 bytes, hex-encoded string in JSON or Buffer in binary)