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