sapling/eden
Mark Juggurnauth-Thomas 696884ceb6 gotham_ext: add stream stats gathering
Summary:
A gotham request consists of two parts.  The first part is a future, in which the handler resolves the request and produces the response headers.  The second part is the body which may optionally be a stream.  We added collection of future stats for the first part, but the majority of work may actually be done when computing the stream for the body.

In this diff we add stats collection for that body stream, if it is used.  Since this is separate from the future stats we already collected, we prefix the scuba columns with "stream_" to make it clear this is the stream.

Reviewed By: liubov-dmitrieva

Differential Revision: D44260233

fbshipit-source-id: 9820d3f30fb147740a95d8afc2fc1bf1fcc16aab
2023-03-22 04:40:35 -07:00
..
fs telemetry: fix typo for hasOverlayFile counter 2023-03-21 17:05:40 -07:00
integration inodes: recover from corrupted sqlite database 2023-03-17 21:38:48 -07:00
locale
mononoke gotham_ext: add stream stats gathering 2023-03-22 04:40:35 -07:00
scm third-party/rust: update tempfile to 3.4 2023-03-21 15:25:59 -07:00
test_support Enable StartFakeEdenFSTest 2023-03-14 13:25:16 -07:00
test-data test-data: remove snapshot 20190313 2022-02-04 13:50:48 -08:00
testlib ui: don't default username to <user>@<fqdn> 2023-03-02 22:10:45 -08:00
.clang-tidy clang-tidy: disable facebook-hte-ContextDependentStaticInit 2022-11-04 15:33:50 -07:00
.gitignore
.mononoke_test_file test push 2022-01-06 05:57:35 -08:00
Eden.project.toml