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 classZipkinExporterConfig.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 classGenerated 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 ZipkinExporterConfigZipkinExporterConfig.create()Create a new instance with default values.static ZipkinExporterConfigDeprecated.static ZipkinExporterConfigCreate a new instance from configuration.Methods in io.helidon.telemetry.otelconfig with parameters of type ZipkinExporterConfigModifier and TypeMethodDescriptionstatic ZipkinExporterConfig.BuilderZipkinExporterConfig.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)