Uses of Interface
io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
Packages that use OtlpPublisherConfig
Package
Description
Micrometer wrapper for Helidon metrics API.
-
Uses of OtlpPublisherConfig in io.helidon.metrics.providers.micrometer
Classes in io.helidon.metrics.providers.micrometer with type parameters of type OtlpPublisherConfigModifier and TypeClassDescriptionstatic classOtlpPublisherConfig.BuilderBase<BUILDER extends OtlpPublisherConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OtlpPublisherConfig> Fluent API builder base forOtlpPublisherConfig.Classes in io.helidon.metrics.providers.micrometer that implement OtlpPublisherConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.metrics.providers.micrometer that return OtlpPublisherConfigModifier and TypeMethodDescriptionOtlpPublisherConfig.Builder.buildPrototype()static OtlpPublisherConfigDeprecated.static OtlpPublisherConfigCreate a new instance from configuration.OtlpPublisher.prototype()Methods in io.helidon.metrics.providers.micrometer with parameters of type OtlpPublisherConfigModifier and TypeMethodDescriptionstatic OtlpPublisherConfig.BuilderOtlpPublisherConfig.builder(OtlpPublisherConfig instance) Create a new fluent API builder from an existing instance.static OtlpPublisherOtlpPublisher.create(OtlpPublisherConfig config) Creates a new OTLP publisher using the provided configuration.OtlpPublisherConfig.BuilderBase.from(OtlpPublisherConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)