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/06/14 06:20:02 UTC

[GitHub] [beam] youngoli commented on a diff in pull request #21840: Add ExecuteBundles transform to Go FhirIO

youngoli commented on code in PR #21840:
URL: https://github.com/apache/beam/pull/21840#discussion_r896415866


##########
sdks/go/pkg/beam/io/fhirio/common.go:
##########
@@ -32,8 +38,54 @@ const (
 	baseMetricPrefix = "fhirio/"
 )
 
+func executeRequestAndRecordLatency(ctx context.Context, latencyMs *beam.Distribution, requestSupplier func() (*http.Response, error)) (*http.Response, error) {

Review Comment:
   Good thinking 👍 



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