Package org.apache.flink.runtime.metrics
-
Interface Summary Interface Description MetricRegistry Interface for a metric registry.TimerGauge.StartStopListener Listens forTimerGauge.markStart()
andTimerGauge.markEnd()
events. -
Class Summary Class Description DescriptiveStatisticsHistogram TheDescriptiveStatisticsHistogram
use a DescriptiveStatisticsDescriptiveStatistics
as 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 TimerGauge
measures how much time is spent in a given state, with entry into that state being signaled byTimerGauge.markStart()
.TraceReporterSetup Encapsulates everything needed for the instantiation and configuration of aTraceReporter
.ViewUpdater The ViewUpdater is responsible for updating all metrics that implement theView
interface. -
Exception Summary Exception Description ThresholdMeter.ThresholdExceedException Exception thrown when a threshold exceeds.