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.Subclasses with type arguments of type LogLimitsConfig in io.helidon.telemetry.otelconfigClasses in io.helidon.telemetry.otelconfig that implement interfaces with type arguments of type LogLimitsConfigMethods in io.helidon.telemetry.otelconfig that return LogLimitsConfigModifier and TypeMethodDescriptionLogLimitsConfig.Builder.build()Create an instance from this builder.LogLimitsConfig.Builder.buildPrototype()Create an instance of the prototype.static LogLimitsConfigLogLimitsConfig.create()Create a new instance with default values.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.