-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the new metrics Reporter (#484)
* Implement the new metrics Reporter * Fix linter * Fix linter * Keep propagating new metric reporter to jobs * Make wsl happy * Drop unused package, lol * Instrument dnsblast with the new metrics reporter * Instrument http jobs with the new metrics reporter * Instrument packetgen job with the new metrics reporter * Instrument slowloris job with the new metrics reporter and clean it up a bit * Drop the unreliable bytes received stat to avoid the additional resource consumption * Flush slowloris metrics * Document metrics.Stats via a constructor * Drop no longer used metrics implementation * Remove nil checks in metrics
- Loading branch information
1 parent
90589c1
commit 2346177
Showing
19 changed files
with
626 additions
and
824 deletions.
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
Oops, something went wrong.