fixups
Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/d7582677 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/d7582677 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/d7582677 Branch: refs/heads/asf-site Commit: d758267705617abb74d033fdf6f8d3212b96cea8 Parents: c2afb99 Author: Dan Halperin <[email protected]> Authored: Thu May 25 14:15:17 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Thu May 25 14:15:17 2017 -0700 ---------------------------------------------------------------------- src/_data/capability-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/d7582677/src/_data/capability-matrix.yml ---------------------------------------------------------------------- diff --git a/src/_data/capability-matrix.yml b/src/_data/capability-matrix.yml index cd7c9b6..516033c 100644 --- a/src/_data/capability-matrix.yml +++ b/src/_data/capability-matrix.yml @@ -210,8 +210,8 @@ categories: l3: Allow transforms to gather simple metrics across bundles in a <tt>PTransform</tt>. Provide a mechanism to obtain both committed and attempted metrics. Semantically similar to using an additional output, but support partial results as the transform executes, and support both committed and attempted values. Will likely want to augment <tt>Metrics</tt> to be more useful for processing unbounded data by making them windowed. - class: dataflow l1: 'Partially' - l2: Batch supports committed Counters and Distributions. No streamming support. - l3: Gauge metrics are not supported. + l2: In batch mode, Dataflow supports committed and attempted Counters and Distributions. + l3: Gauge metrics are not supported in batch mode. Metrics are not yet supported at all in streaming mode, but this support is coming soon ([BEAM-2059](https://issues.apache.org/jira/browse/BEAM-2059)). - class: flink l1: 'Partially' l2: All metrics types are supported.
