Class OtelTraceRequest.Builder
java.lang.Object
com.langfuse.client.resources.opentelemetry.requests.OtelTraceRequest.Builder
- Enclosing class:
OtelTraceRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllResourceSpans(List<OtelResourceSpan> resourceSpans) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) addResourceSpans(OtelResourceSpan resourceSpans) build()from(OtelTraceRequest other) resourceSpans(List<OtelResourceSpan> resourceSpans) Array of resource spans containing trace data as defined in the OTLP specification
-
Method Details
-
from
-
resourceSpans
Array of resource spans containing trace data as defined in the OTLP specification
-
addResourceSpans
-
addAllResourceSpans
-
build
-
additionalProperty
-
additionalProperties
-