Class OtelScope.Builder
java.lang.Object
com.langfuse.client.resources.opentelemetry.types.OtelScope.Builder
- Enclosing class:
OtelScope
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) attributes(List<OtelAttribute> attributes) attributes(Optional<List<OtelAttribute>> attributes) Additional scope attributesbuild()Instrumentation scope nameInstrumentation scope version
-
Method Details
-
from
-
name
Instrumentation scope name
-
name
-
version
Instrumentation scope version
-
version
-
attributes
Additional scope attributes
-
attributes
-
build
-
additionalProperty
-
additionalProperties
-