Skip to content

Commit

Permalink
Merge branch 'tickets/DM-31064'
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jul 20, 2021
2 parents 81ef570 + b1973ff commit 7e9ec59
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions metrics/ap_pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,23 @@ ApFakesCompletenessMag22t24:
ApFakesCompletenessMag24t26:
<<: *Completeness
description: Completeness of recovered fakes in the magnitudes range 24-26. This is related to transCompletenessMin, OSS-REQ-0353.

ApFakesCount: &FakeCount
description: Total number of fakes inserted into a given ccdVisit.
unit: ct
tags:
- ap_verify
- task
- monitoring

ApFakesCount20t22:
<<: *FakeCount
description: Number of fakes inserted in the magnitude range 20-22. Denominator in ApFakesCompletenessMag20t22.

ApFakesCountMag22t24:
<<: *FakeCount
description: Number of fakes inserted in the magnitude range 22-24. Denominator in ApFakesCompletenessMag22t24.

ApFakesCountMag24t26:
<<: *FakeCount
description: Number of fakes inserted in the magnitude range 24-26. Denominator in ApFakesCompletenessMag24t26.

0 comments on commit 7e9ec59

Please sign in to comment.