Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Monitoring] Improve fuzzer outcome metrics #4338

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

vitorguidi
Copy link
Collaborator

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

@vitorguidi vitorguidi merged commit d61eb37 into master Oct 29, 2024
7 checks passed
@vitorguidi vitorguidi deleted the feature/improve-fuzzer-outcome branch October 29, 2024 05:39
@vitorguidi vitorguidi changed the title Improve fuzzer outcome metrics [Monitoring] Improve fuzzer outcome metrics Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants