Skip to content

Commit

Permalink
Define runtime metrics for verify_ap.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Aug 11, 2017
1 parent 5df7653 commit 47aff28
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 0 deletions.
13 changes: 13 additions & 0 deletions metrics/ap_association.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Metric definitions in ap_association

AssociationTime: &RunningTime
description: Total time elapsed in AssociationTask.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

13 changes: 13 additions & 0 deletions metrics/ap_verify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Metric definitions in ap_verify

WallClockTime: &RunningTime
description: Total time elapsed in the pipeline.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- pipeline
- monitoring

17 changes: 17 additions & 0 deletions metrics/ip_diffim.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Metric definitions in ip_diffim

ImagePsfMatchTime: &RunningTime
description: Total time elapsed in ImagePsfMatchTask.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

DipoleFitTime:
<<: *RunningTime
description: Total time elapsed in DipoleFitTask.

13 changes: 13 additions & 0 deletions metrics/ip_isr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Metric definitions in ip_isr

IsrTime: &RunningTime
description: Total time elapsed in IsrTask.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

13 changes: 13 additions & 0 deletions metrics/meas_algorithms.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Metric definitions in meas_algorithms

SourceDetectionTime: &RunningTime
description: Total time elapsed in SourceDetectionTask.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

13 changes: 13 additions & 0 deletions metrics/meas_astrom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Metric definitions in meas_astrom

AstrometryTime: &RunningTime
description: Total time elapsed in AstrometryTask.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

29 changes: 29 additions & 0 deletions metrics/pipe_tasks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Metric definitions in pipe_tasks

ProcessCcdTime: &RunningTime
description: Total time elapsed in ProcessCcdTask.
unit: s
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

CharacterizeImageTime:
<<: *RunningTime
description: Total time elapsed in CharacterizeImageTask.

CalibrateTime:
<<: *RunningTime
description: Total time elapsed in CalibrateTask.

ImageDifferenceTime:
<<: *RunningTime
description: Total time elapsed in ImageDifferenceTask.

RegisterImageTime:
<<: *RunningTime
description: Total time elapsed in registerImage.RegisterTask.

0 comments on commit 47aff28

Please sign in to comment.