Uses of Class
io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
Packages that use OtlpHttpExporterConfig.BuilderBase
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of OtlpHttpExporterConfig.BuilderBase in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type OtlpHttpExporterConfig.BuilderBaseModifier and TypeClassDescriptionstatic classOtlpHttpExporterConfig.BuilderBase<BUILDER extends OtlpHttpExporterConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OtlpHttpExporterConfig> Fluent API builder base forOtlpHttpExporterConfig.Subclasses of OtlpHttpExporterConfig.BuilderBase in io.helidon.telemetry.otelconfigMethods in io.helidon.telemetry.otelconfig with parameters of type OtlpHttpExporterConfig.BuilderBaseModifier and TypeMethodDescriptionOtlpHttpExporterConfig.BuilderBase.from(OtlpHttpExporterConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.telemetry.otelconfig with parameters of type OtlpHttpExporterConfig.BuilderBaseModifierConstructorDescriptionprotectedOtlpHttpExporterConfigImpl(OtlpHttpExporterConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.