-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve fuzzer outcome metrics (#4338)
### Motivation As part of the initiative to improve clusterfuzz monitoring, it is necessary to enrich some metrics regarding fuzzing outcomes. This PR adds the platform field to the following metrics: - FUZZER_KNOWN_CRASH_COUNT - FUZZER_NEW_CRASH_COUNT - FUZZER_RETURN_CODE_COUNT - FUZZER_TOTAL_FUZZ_TIME - JOB_KNOWN_CRASH_COUNT - JOB_TOTAL_FUZZ_TIME - JOB_NEW_CRASH_COUNT It also adds the job_type field to the FUZZER_RETURN_CODE_COUNT metric. Part of #4271
- Loading branch information
1 parent
42ac6d9
commit d61eb37
Showing
3 changed files
with
76 additions
and
35 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
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