Package org.apache.flink.runtime.metrics
-
Interface Summary Interface Description MetricRegistry Interface for a metric registry. -
Class Summary Class Description DescriptiveStatisticsHistogram TheDescriptiveStatisticsHistogramuse a DescriptiveStatisticsDescriptiveStatisticsas a FlinkHistogram.DescriptiveStatisticsHistogramStatistics DescriptiveStatistics histogram statistics implementation returned byDescriptiveStatisticsHistogram.MetricNames Collection of metric names.MetricRegistryConfiguration Configuration object forMetricRegistryImpl.MetricRegistryImpl A MetricRegistry keeps track of all registeredMetrics.NoOpMetricRegistry Metric registry which does nothing.ReporterSetup Encapsulates everything needed for the instantiation and configuration of aMetricReporter.ThresholdMeter A timestamp queue based threshold meter.TimerGauge TimerGaugemeasures how much time is spent in a given state, with entry into that state being signaled byTimerGauge.markStart().ViewUpdater The ViewUpdater is responsible for updating all metrics that implement theViewinterface. -
Exception Summary Exception Description ThresholdMeter.ThresholdExceedException Exception thrown when a threshold exceeds.