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