Uses of Class
com.yahoo.container.jdisc.state.GaugeMetric
Packages that use GaugeMetric
-
Uses of GaugeMetric in com.yahoo.container.jdisc.state
Methods in com.yahoo.container.jdisc.state that return GaugeMetricModifier and TypeMethodDescriptionstatic GaugeMetricGaugeMetric.newInstance(double last, double max, double min, double sum, long count) static GaugeMetricGaugeMetric.newInstance(double last, double max, double min, double sum, long count, Optional<List<com.yahoo.collections.Tuple2<String, Double>>> percentiles) static GaugeMetricGaugeMetric.newSingleValue(Number val) GaugeMetric.newWithPreservedLastValue()Create a partial clone of this gauge where the value of 'last' is carried over to the new gauge with all other fields left at defaults (0 for count and sum, biggest possible double for min, smallest possible double for max).