Uses of Class
io.dropwizard.metrics5.Histogram
-
-
Uses of Histogram in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return Histogram Modifier and Type Method Description HistogramMetricRegistry. histogram(MetricName name)HistogramMetricRegistry. histogram(MetricName name, MetricRegistry.MetricSupplier<Histogram> supplier)HistogramMetricRegistry. histogram(String name)HistogramNoopMetricRegistry. histogram(MetricName name)HistogramNoopMetricRegistry. histogram(MetricName name, MetricRegistry.MetricSupplier<Histogram> supplier)HistogramNoopMetricRegistry. histogram(String name)Methods in io.dropwizard.metrics5 that return types with arguments of type Histogram Modifier and Type Method Description SortedMap<MetricName,Histogram>MetricRegistry. getHistograms()Returns a map of all the histograms in the registry and their names.SortedMap<MetricName,Histogram>MetricRegistry. getHistograms(MetricFilter filter)Returns a map of all the histograms in the registry and their names which match the given filter.SortedMap<MetricName,Histogram>NoopMetricRegistry. getHistograms()Returns a map of all the histograms in the registry and their names.SortedMap<MetricName,Histogram>NoopMetricRegistry. getHistograms(MetricFilter filter)Returns a map of all the histograms in the registry and their names which match the given filter.Methods in io.dropwizard.metrics5 with parameters of type Histogram Modifier and Type Method Description voidMetricRegistryListener.Base. onHistogramAdded(MetricName name, Histogram histogram)voidMetricRegistryListener. onHistogramAdded(MetricName name, Histogram histogram)Called when aHistogramis added to the registry.Method parameters in io.dropwizard.metrics5 with type arguments of type Histogram Modifier and Type Method Description HistogramMetricRegistry. histogram(MetricName name, MetricRegistry.MetricSupplier<Histogram> supplier)HistogramNoopMetricRegistry. histogram(MetricName name, MetricRegistry.MetricSupplier<Histogram> supplier)Constructors in io.dropwizard.metrics5 with parameters of type Histogram Constructor Description Timer(Meter meter, Histogram histogram, Clock clock)
-