Skip navigation links

@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)

Package org.apache.beam.sdk.metrics

Metrics allow exporting information about the execution of a pipeline.

See: Description

Package org.apache.beam.sdk.metrics Description

Metrics allow exporting information about the execution of a pipeline. They are intended to be used for monitoring and understanding the execution.

Metrics may also be queried from the PipelineResult object.

Runners should look at MetricsContainer for details on how to support metrics.

Skip navigation links