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 class
OtlpExporterConfig.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 class
Generated 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 OtlpExporterConfig
OtlpExporterConfig.create()
Create a new instance with default values.static OtlpExporterConfig
Deprecated.static OtlpExporterConfig
Create a new instance from configuration.Methods in io.helidon.telemetry.otelconfig with parameters of type OtlpExporterConfigModifier and TypeMethodDescriptionstatic OtlpExporterConfig.Builder
OtlpExporterConfig.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)