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 class
SpanLimitsConfig.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 class
Generated 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 SpanLimitsConfig
SpanLimitsConfig.create()
Create a new instance with default values.static SpanLimitsConfig
Deprecated.static SpanLimitsConfig
Create a new instance from configuration.Methods in io.helidon.telemetry.otelconfig with parameters of type SpanLimitsConfigModifier and TypeMethodDescriptionstatic SpanLimitsConfig.Builder
SpanLimitsConfig.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)