[ 
https://issues.apache.org/jira/browse/BEAM-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17122894#comment-17122894
 ] 

Beam JIRA Bot commented on BEAM-6826:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it 
has been labeled "stale-P2". If this issue is still affecting you, we care! 
Please comment and remove the label. Otherwise, in 14 days the issue will be 
moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed 
explanation of what these priorities mean.


> All Python counters should use the same code path
> -------------------------------------------------
>
>                 Key: BEAM-6826
>                 URL: https://issues.apache.org/jira/browse/BEAM-6826
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-harness
>            Reporter: Alex Amato
>            Priority: P2
>              Labels: stale-P2
>
> Right now we have Metrics.counter, Metrics.distribution counters which use 
> MetricContainers to store and accumulate metrics.
> CounterSet counters which use accumulators to store and accumulate metrics. 
> This code path is optimized using cython. 
> See cy_combiners.py
>  
> Ideally we can keep the user interface (this should not change) for creating 
> metrics with Metrics.counter(), .etc. But use the underlying optimized 
> CounterSets.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to