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

DM-39411: Add timing metrics for remaining AP pipeline tasks #40

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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