Skip to content

Commit

Permalink
Update reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Dec 11, 2024
1 parent d8358cb commit 3dcd104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/metrics/cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def to_runner_api_monitoring_info_impl(self, name, transform_id):
class BoundedTrieCell(AbstractMetricCell):
"""For internal use only; no backwards-compatibility guarantees.
Tracks the current value for a StringSet metric.
Tracks the current value for a BoundedTrie metric.
Each cell tracks the state of a metric independently per context per bundle.
Therefore, each metric has a different cell in each bundle, that is later
Expand Down

0 comments on commit 3dcd104

Please sign in to comment.