Class HistogramGauges


  • @Incubating(since="1.0.3")
    public class HistogramGauges
    extends java.lang.Object
    • Method Detail

      • registerWithCommonFormat

        public static HistogramGauges registerWithCommonFormat​(Timer timer,
                                                               MeterRegistry registry)
        Register a set of gauges for percentiles and histogram buckets that follow a common format when the monitoring system doesn't have an opinion about the structure of this data.
        Parameters:
        timer - the timer from which to derive gauges
        registry - the registry to register the gauges
        Returns:
        registered HistogramGauges