Skip to content

Commit

Permalink
add wall and cpu time metrics for GetTemplate and RBTransiNet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth R. Herner committed Aug 31, 2023
1 parent d129bed commit 10117bb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/ap_association.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ DiaPipelineCpuTime:

MapDiaSourceTime:
<<: *RunningTime
description: Wall-clock time elapsed in MapDiaSourceTask or TransformDiaSourceCatalogTask.
description: Wall-clock time elapsed in TransformDiaSourceCatalogTask, formerly MapDiaSourceTask.
MapDiaSourceCpuTime:
<<: *CpuTime
description: CPU time elapsed in MapDiaSourceTask or TransformDiaSourceCatalogTask.
description: CPU time elapsed in TransformDiaSourceCatalogTask, formerly MapDiaSourceTask.

LoadDiaCatalogsTime:
<<: *RunningTime
Expand Down
7 changes: 7 additions & 0 deletions metrics/ip_diffim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ DipoleFitCpuTime:
<<: *CpuTime
description: CPU time elapsed in DipoleFitTask.

GetTemplateTime:
<<: *RunningTime
description: Wall-clock time elapsed in GetTemplateTask.
GetTemplateCpuTime:
<<: *CpuTime
description: CPU time elapsed in GetTemplateTask.

SubtractImagesALTime:
<<: *RunningTime
description: Wall-clock time elapsed in AlardLuptonSubtractTask.
Expand Down
21 changes: 21 additions & 0 deletions metrics/meas_transinet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Metric definitions in meas_transinet

RBTransiNetTime: &RunningTime
description: Wall-clock time elapsed in RBTransiNetTask.
unit: s
reference: &ApMetrics
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring
RBTransiNetCpuTime: &CpuTime
description: CPU time elapsed in RBTransiNetTask.
unit: s
reference:
<<: *ApMetrics
tags:
- ap_verify
- workflow
- task

0 comments on commit 10117bb

Please sign in to comment.