You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/18 22:55:59 UTC

[GitHub] [beam] ahmedabu98 opened a new issue, #22787: [Bug]: Metrics in BigQueryStorageStreamSource are not created and incremented appropriately.

ahmedabu98 opened a new issue, #22787:
URL: https://github.com/apache/beam/issues/22787

   ### What happened?
   
   Metrics in [BigQueryStorageStreamSource](https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryStorageStreamSource.java) are created and incremented at the same time (see [here](https://github.com/apache/beam/blob/062a0d2d87b82a42d0e3d69e07373276c69e2dfc/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryStorageStreamSource.java#L332-L335)). 
   
   An example from `StorageApiFlushAndFinalizeDoFn` shows how to [create](https://github.com/apache/beam/blob/70cee1d125db0b62b2d660fc399e5a23845eb0e3/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiFlushAndFinalizeDoFn.java#L54-L71) and [increment](https://github.com/apache/beam/blob/70cee1d125db0b62b2d660fc399e5a23845eb0e3/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiFlushAndFinalizeDoFn.java#L150) appropriately.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: io-java-gcp


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] johnjcasey closed issue #22787: [Bug]: Metrics in BigQueryStorageStreamSource are not created and incremented appropriately.

Posted by GitBox <gi...@apache.org>.
johnjcasey closed issue #22787: [Bug]: Metrics in BigQueryStorageStreamSource are not created and incremented appropriately.
URL: https://github.com/apache/beam/issues/22787


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org