[
https://issues.apache.org/jira/browse/BEAM-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344157#comment-17344157
]
Alex Amato commented on BEAM-11984:
-----------------------------------
You cant modify pb2 files directly, they are generated from the .proto files.
Please find the associated .proto file and generate the pb2 file
You should be able to run this from the python virtualenv/sdk dir:
(https://cwiki.apache.org/confluence/display/BEAM/Python+Tips)
python3 setup.py sdist
If this doesn't work please contact the beam dev list (its not documented
anywhere)
Once you get that working, please update the handoff doc instructions as well
Also, yes there may be other code calling the GCS APIs. Please instrument all
locations you identify with ServiceCallMetrics.
> Python GCS - Implement IO Request Count metrics
> -----------------------------------------------
>
> Key: BEAM-11984
> URL: https://issues.apache.org/jira/browse/BEAM-11984
> Project: Beam
> Issue Type: Test
> Components: io-py-gcp
> Reporter: Alex Amato
> Assignee: Rogelio Miguel Hernandez Sandoval
> Priority: P2
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Reference PRs (See BigQuery IO example) and detailed explanation of what's
> needed to instrument this IO with Request Count metrics is found in this
> handoff doc:
> [https://docs.google.com/document/d/1lrz2wE5Dl4zlUfPAenjXIQyleZvqevqoxhyE85aj4sc/edit'|https://docs.google.com/document/d/1lrz2wE5Dl4zlUfPAenjXIQyleZvqevqoxhyE85aj4sc/edit'?authuser=0]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)