Skip to content

Commit 7dd2b99

Browse files
JasonLunncopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 919619611
1 parent 328a63b commit 7dd2b99

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

content/support/debugging-playbook.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ users.
1010

1111
<!--*
1212
# Document freshness: For more information, see go/fresh-source.
13-
freshness: { owner: 'sangki' reviewed: '2025-02-11' }
13+
freshness: { owner: 'sangki' reviewed: '2026-05-18' }
1414
*-->
1515

1616
## Bazel: Resolving Issues with Prebuilt Protoc {#prebuilt-protoc}
@@ -43,3 +43,15 @@ bazel cquery 'somepath("//...", "@com_google_protobuf//:all")'
4343

4444
**Note:** Prebuilts are only available for our standard set of platforms. Anyone
4545
on a nonstandard platform will have to build protoc from source.
46+
47+
## Protostats Flume Pipeline
48+
49+
The Protostats pipeline runs on borg through a Plx workflow defined by files in
50+
google3/net/proto2/tools/internal/protostats and it requires quota to run. The
51+
quota is taken from the `gpi-flex-pool`. Currently, Borg quota is registered for
52+
the `protobuf-stats` user in 3 different cells: `yq`, `viatlrb`, and `vibrura`.
53+
The latter are go/virtual-cells. The cell diversity and the use of virtual cells
54+
are both intended to provide redundancy against stockouts caused by real
55+
resource constraints or the occasional DiRT exercise. If registration needs to
56+
be adjusted, see directions in
57+
google3/net/proto2/tools/internal/protostats/BUILD.

0 commit comments

Comments
 (0)