You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Mixer HTTP filter to report sent.bytes and received.bytes attributes (#1372)
Automatic merge from submit-queue.
Support Mixer HTTP filter to report sent.bytes and received.bytes attributes
**What this PR does / why we need it**:Support Mixer HTTP filter to send attributes "sent.bytes" and "received.bytes" in Report() calls. "sent.bytes" records total response sent in bytes, including response headers, body, and trailers. "received.bytes" records total request received in bytes, including request headers, body, and trailers.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #1370
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
0 commit comments