-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust how
bytes_received
is calculated in the HTTP blackhole (#1166)
### What does this PR do? This commit adjusts `bytes_received` to measure the bytes received over the wire before decoding. This allows lading to make assertions about the efficacy of compression by targets, matching the behavior of the other lading blackholes. We preserve the decoded metric by renaming it `decoded_bytes_received`.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters