Class OtelResourceSpan.Builder
java.lang.Object
com.langfuse.client.resources.opentelemetry.types.OtelResourceSpan.Builder
- Enclosing class:
OtelResourceSpan
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(OtelResourceSpan other) resource(OtelResource resource) resource(Optional<OtelResource> resource) Resource informationscopeSpans(List<OtelScopeSpan> scopeSpans) scopeSpans(Optional<List<OtelScopeSpan>> scopeSpans) Array of scope spans
-
Method Details
-
from
-
resource
Resource information
-
resource
-
scopeSpans
Array of scope spans
-
scopeSpans
-
build
-
additionalProperty
-
additionalProperties
-