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