Package io.helidon.telemetry.otelconfig
Interface SpanExporterConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
SpanExporterConfig.BuilderBase.SpanExporterConfigImpl
Interface generated from definition. Please add javadoc to the definition interface.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forSpanExporterConfig
.static class
SpanExporterConfig.BuilderBase<BUILDER extends SpanExporterConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SpanExporterConfig> Fluent API builder base forSpanExporterConfig
. -
Method Summary
Modifier and TypeMethodDescriptionstatic SpanExporterConfig.Builder
builder()
Create a new fluent API builder to customize configuration.static SpanExporterConfig.Builder
builder
(SpanExporterConfig instance) Create a new fluent API builder from an existing instance.static SpanExporterConfig
create()
Create a new instance with default values.static SpanExporterConfig
Deprecated.static SpanExporterConfig
Create a new instance from configuration.type()
Span exporter type.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated.Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Create a new instance with default values.- Returns:
- a new instance
-
type
ExporterType type()Span exporter type.- Returns:
- exporter type
-
create(io.helidon.config.Config)