ajamato commented on a change in pull request #14770:
URL: https://github.com/apache/beam/pull/14770#discussion_r635437164
##########
File path: sdks/python/apache_beam/io/gcp/gcsio.py
##########
@@ -643,9 +665,23 @@ def _start_upload(self):
#
# The uploader by default transfers data in chunks of 1024 * 1024 bytes at
# a time, buffering writes until that size is reached.
+
+ # Create a request count metric
+ resource = resource_identifiers.GoogleCloudStorage(self._bucket)
+ labels = {
+ monitoring_infos.SERVICE_LABEL: 'Storage',
Review comment:
Was the project not available on the API response after the first call?
When you ran it on a pipeline were you able to see it populated on the API
responses with logging?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]