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