Uses of Interface
org.springframework.integration.support.management.metrics.MetricsCaptor.GaugeBuilder
Package
Description
Provides interfaces related to 5.0 metrics.
Provides classes to support the use of Micrometer for metrics.
-
Uses of MetricsCaptor.GaugeBuilder in org.springframework.integration.support.management.metrics
Modifier and TypeMethodDescriptionMetricsCaptor.GaugeBuilder.description
(String desc) Add the description.MetricsCaptor.gaugeBuilder
(String name, Object obj, ToDoubleFunction<Object> f) Create a gauge builder for a gauge with the provided parameters.Add a tag. -
Uses of MetricsCaptor.GaugeBuilder in org.springframework.integration.support.management.micrometer
Modifier and TypeClassDescriptionprotected static class
Modifier and TypeMethodDescriptionMicrometerMetricsCaptor.MicroGaugeBuilder.description
(String desc) MicrometerMetricsCaptor.gaugeBuilder
(String name, Object obj, ToDoubleFunction<Object> f)