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-20702: Create memory usage metric #18

Merged
merged 2 commits into from
Aug 12, 2019
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
15 changes: 15 additions & 0 deletions metrics/ap_association.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ AssociationTime: &RunningTime
- task
- monitoring

AssociationMemory: &Memory
description: Maximum resident set size in any AssociationTask process.
unit: byte
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

DiaForcedSourceMemory:
<<: *Memory
description: Maximum resident set size in any DiaForcedSourceTask process.

numNewDiaObjects: &SourceCount
description: Number of DIASources that create new DIAObjects in this image.
unit: ct
Expand Down
13 changes: 12 additions & 1 deletion metrics/ap_pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ ApPipeTime: &RunningTime
tags:
- ap_verify
- workflow
- pipeline
- task
- monitoring

ApPipeMemory: &Memory
description: Maximum resident set size in any ApPipeTask process.
unit: byte
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

15 changes: 15 additions & 0 deletions metrics/pipe_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,18 @@ RegisterImageTime:
<<: *RunningTime
description: Wall-clock time elapsed in registerImage.RegisterTask.

ProcessCcdMemory: &Memory
description: Maximum resident set size in any ProcessCcdTask process.
unit: byte
reference:
url: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=~ebellm&title=Alert+Production+Metrics
tags:
- ap_verify
- workflow
- task
- monitoring

ImageDifferenceMemory:
<<: *Memory
description: Maximum resident set size in any ImageDifferenceTask process.