See: Description
| Interface | Description |
|---|---|
| FnWithMetricsWrapper.SupplierWithException<T> |
Interface for functions to be wrapped with metrics.
|
| Class | Description |
|---|---|
| DoFnRunnerWithMetrics<InT,OutT> |
DoFnRunner wrapper with metrics. |
| FnWithMetricsWrapper |
This class wraps a
Supplier function call with BEAM metrics. |
| SamzaMetricOpFactory |
Factory class to create
Op for default transform metric computation. |
| SamzaMetricsContainer |
This class holds the
MetricsContainers for BEAM metrics, and update the results to Samza
metrics. |
| SamzaTransformMetricRegistry |
SamzaTransformMetricRegistry is a registry that maintains the metrics for each transform.
|
| SamzaTransformMetrics |
Metrics like throughput, latency and watermark progress for each Beam transform for Samza Runner.
|
| Enum | Description |
|---|---|
| SamzaMetricOpFactory.OpType |