Uses of Class
io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
Package
Description
Micrometer wrapper for Helidon metrics API.
-
Uses of MicrometerPrometheusFormatter.Builder in io.helidon.metrics.providers.micrometer
Modifier and TypeMethodDescriptionMicrometerPrometheusFormatter.builder
(MeterRegistry meterRegistry) Returns a new builder for constructing a formatter.MicrometerPrometheusFormatter.Builder.meterNameSelection
(Iterable<String> meterNameSelection) Sets the meter name with which to filter the output.MicrometerPrometheusFormatter.Builder.resultMediaType
(MediaType resultMediaType) Sets theMediaType
which controls the formatting of the resulting output.MicrometerPrometheusFormatter.Builder.scopeSelection
(Iterable<String> scopeSelection) Sets the scope value with which to filter the output.MicrometerPrometheusFormatter.Builder.scopeTagName
(String scopeTagName) Sets the scope tag name with which to filter the output.