Uses of Interface
io.helidon.telemetry.otelconfig.TypedAttributes
Packages that use TypedAttributes
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of TypedAttributes in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type TypedAttributesModifier and TypeClassDescriptionstatic classTypedAttributes.BuilderBase<BUILDER extends TypedAttributes.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends TypedAttributes> Fluent API builder base forTypedAttributes.Classes in io.helidon.telemetry.otelconfig that implement TypedAttributesModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.telemetry.otelconfig that return TypedAttributesModifier and TypeMethodDescriptionTypedAttributes.Builder.build()TypedAttributes.Builder.buildPrototype()static TypedAttributesTypedAttributes.create()Create a new instance with default values.static TypedAttributesDeprecated.static TypedAttributesCreate a new instance from configuration.Methods in io.helidon.telemetry.otelconfig with parameters of type TypedAttributesModifier and TypeMethodDescriptionstatic TypedAttributes.BuilderTypedAttributes.builder(TypedAttributes instance) Create a new fluent API builder from an existing instance.TypedAttributes.BuilderBase.from(TypedAttributes prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)