commit | 76b4e21ee3b6a09cd3b4b17687e71910001a1f00 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Sat Jan 18 10:06:27 2025 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Tue Jan 21 10:55:37 2025 -0800 |
tree | 102c9d19a75f6a023a70018eb274705473f2e3d6 | |
parent | 121801a0d5324078baf4e1bc3634406095948d0b [diff] |
internal: pass non-zero chunk size to UploadMany All calls to UploadMany were passing a zero chunk size, meaning that the request to BigQuery would immediately fail if there was too much data. Specify a positive chunk size, so UploadMany can retry the upload with less data. Change-Id: I9d545b6ecf4da2ca6dd90aeefb05d8691cd135ec Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/643435 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
This repository contains code that enables collecting and evaluating metrics for the Go ecosystem.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.