See: Description
Class | Description |
---|---|
AggregatorMetric |
An adapter between the
NamedAggregators and Codahale's Metric interface. |
AggregatorMetricSource |
A Spark
Source that is tailored to expose an AggregatorMetric ,
wrapping an underlying NamedAggregators instance. |
CompositeSource |
Composite source made up of several
MetricRegistry instances. |
MetricsAccumulator |
For resilience,
Accumulators are required to be wrapped in a Singleton. |
MetricsAccumulator.AccumulatorCheckpointingSparkListener |
Spark Listener which checkpoints
MetricsContainerStepMap values for fault-tolerance. |
SparkBeamMetricSource |
A Spark
Source that is tailored to expose a SparkBeamMetric ,
wrapping an underlying MetricResults instance. |
WithMetricsSupport |