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