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

Improve fuzzer outcome metrics #4338

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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

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