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