All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractReporter Base interface for custom metric reporters.CacheMetricGroup Pre-defined metrics for cache.CharacterFilter Interface for a character filter function.Counter A Counter is aMetricthat measures a count.Gauge<T> A Gauge is aMetricthat calculates a specific value at a point in time.Histogram Histogram interface to be used with Flink's metrics system.HistogramStatistics Histogram statistics represent the current snapshot of elements recorded in the histogram.InstantiateViaFactory Deprecated. Will be removed in a future version.InterceptInstantiationViaReflection Deprecated. Will be removed in a future version.LogicalScopeProvider Extension for metric groups that support logical scopes.Meter Metric for measuring throughput.MeterView A MeterView provides an average rate of events per second over a given time period.Metric Common super interface for all metrics.MetricConfig A properties class with added utility method to extract primitives.MetricGroup A MetricGroup is a named container forMetricsand further metric subgroups.MetricReporter Reporters are used to exportMetricsto an external backend.MetricReporterFactory MetricReporterfactory.MetricType Enum describing the different metric types.OperatorCoordinatorMetricGroup SpecialMetricGrouprepresenting an Operator coordinator.OperatorIOMetricGroup Metric group that contains shareable pre-defined IO-related metrics for operators.OperatorMetricGroup SpecialMetricGrouprepresenting an Operator.Scheduled Interface for reporters that actively send out data periodically.SimpleCounter A simple low-overheadCounterthat is not thread-safe.SinkWriterMetricGroup Pre-defined metrics for sinks.SourceReaderMetricGroup Pre-defined metrics forSourceReader.SplitEnumeratorMetricGroup Pre-defined metrics forSplitEnumerator.ThreadSafeSimpleCounter A simple low-overheadCounterthat is thread-safe.UnregisteredMetricsGroup A specialMetricGroupthat does not register any metrics at the metrics registry and any reporters.View An interface for metrics which should be updated in regular intervals by a background thread.