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-40400: Create total AP pipeline timing metric #42

Merged
merged 1 commit into from Mar 9, 2024

Conversation

kfindeisen
Copy link
Member

This PR registers a metric representing the wall-clock time of the entire pipeline. In practice, it seems to be dominated by scheduling or resource contention; the ratio of total pipeline time to the sum of the individual task times grows with the size of the dataset.

The metric is implemented on lsst/ap_pipe#168.


  • Passes Jenkins CI.
  • Documentation is up-to-date.

@kfindeisen kfindeisen requested a review from parejkoj March 7, 2024 22:58
metrics/ap_pipe.yaml Outdated Show resolved Hide resolved
This metric represents the wall-clock time of the entire pipeline.
Unlike per-task timing metrics, it does not cite the Alert Production
Metrics confluence page, and it replaces the task tag with pipeline.
@kfindeisen kfindeisen merged commit c16d415 into main Mar 9, 2024
3 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-40400 branch March 9, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants