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