Skip to content

Commit

Permalink
Add logging for the untriaged testcase age metric
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed Dec 23, 2024
1 parent b2dffec commit 31ee19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clusterfuzz/_internal/cron/triage.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _emit_untriaged_testcase_age_metric(testcase: data_types.Testcase,
return

logs.info(f'Emiting UNTRIAGED_TESTCASE_AGE for testcase {testcase.key.id()} '
f'(age = {testcase.get_age_in_seconds()})')
f'(age = {testcase.get_age_in_seconds()}), step = {step}')
monitoring_metrics.UNTRIAGED_TESTCASE_AGE.add(
testcase.get_age_in_seconds() / 3600,
labels={
Expand Down

0 comments on commit 31ee19b

Please sign in to comment.