Uses of Interface
io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
Packages that use OpenTelemetryResourceConfig
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of OpenTelemetryResourceConfig in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type OpenTelemetryResourceConfigModifier and TypeClassDescriptionstatic classOpenTelemetryResourceConfig.BuilderBase<BUILDER extends OpenTelemetryResourceConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends OpenTelemetryResourceConfig>Fluent API builder base forOpenTelemetryResourceConfig.Classes in io.helidon.telemetry.otelconfig that implement OpenTelemetryResourceConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type OpenTelemetryResourceConfig in io.helidon.telemetry.otelconfigModifier and TypeClassDescriptionstatic classFluent API builder forOpenTelemetryResourceConfig.Classes in io.helidon.telemetry.otelconfig that implement interfaces with type arguments of type OpenTelemetryResourceConfigModifier and TypeClassDescriptionstatic classFluent API builder forOpenTelemetryResourceConfig.Methods in io.helidon.telemetry.otelconfig that return OpenTelemetryResourceConfigModifier and TypeMethodDescriptionOpenTelemetryResourceConfig.Builder.build()Create an instance from this builder.OpenTelemetryResourceConfig.Builder.buildPrototype()Create an instance of the prototype.static OpenTelemetryResourceConfigOpenTelemetryResourceConfig.create()Create a new instance with default values.static OpenTelemetryResourceConfigCreate a new instance from configuration.Methods in io.helidon.telemetry.otelconfig that return types with arguments of type OpenTelemetryResourceConfigModifier and TypeMethodDescriptionOpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl.resource()OpenTelemetryConfig.BuilderBase.resource()Resource settings shared by all configured signals.default Optional<OpenTelemetryResourceConfig> OpenTelemetryConfig.resource()Resource settings shared by all configured signals.Methods in io.helidon.telemetry.otelconfig with parameters of type OpenTelemetryResourceConfigModifier and TypeMethodDescriptionOpenTelemetryResourceConfig.builder(OpenTelemetryResourceConfig instance) Create a new fluent API builder from an existing instance.OpenTelemetryResourceConfig.BuilderBase.from(OpenTelemetryResourceConfig prototype) Update this builder from an existing prototype instance.OpenTelemetryConfig.BuilderBase.resource(OpenTelemetryResourceConfig resource) Resource settings shared by all configured signals.Method parameters in io.helidon.telemetry.otelconfig with type arguments of type OpenTelemetryResourceConfigModifier and TypeMethodDescriptionOpenTelemetryConfig.BuilderBase.resource(Supplier<? extends OpenTelemetryResourceConfig> supplier) Resource settings shared by all configured signals.