Uses of Class
com.langfuse.client.resources.opentelemetry.types.OtelAttribute
Packages that use OtelAttribute
-
Uses of OtelAttribute in com.langfuse.client.resources.opentelemetry.types
Methods in com.langfuse.client.resources.opentelemetry.types that return OtelAttributeMethods in com.langfuse.client.resources.opentelemetry.types that return types with arguments of type OtelAttributeModifier and TypeMethodDescriptionOtelResource.getAttributes()OtelScope.getAttributes()OtelSpan.getAttributes()Methods in com.langfuse.client.resources.opentelemetry.types with parameters of type OtelAttributeMethod parameters in com.langfuse.client.resources.opentelemetry.types with type arguments of type OtelAttributeModifier and TypeMethodDescriptionOtelResource.Builder.attributes(List<OtelAttribute> attributes) OtelResource.Builder.attributes(Optional<List<OtelAttribute>> attributes) Resource attributes like service.name, service.version, etc.OtelScope.Builder.attributes(List<OtelAttribute> attributes) OtelScope.Builder.attributes(Optional<List<OtelAttribute>> attributes) Additional scope attributesOtelSpan.Builder.attributes(List<OtelAttribute> attributes) OtelSpan.Builder.attributes(Optional<List<OtelAttribute>> attributes) Span attributes including Langfuse-specific attributes (langfuse.observation.*)