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

bug: sql metrics not being captured properly #335

Open
daniel-codecov opened this issue Mar 18, 2024 · 0 comments
Open

bug: sql metrics not being captured properly #335

daniel-codecov opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@daniel-codecov
Copy link
Contributor

daniel-codecov commented Mar 18, 2024

The SQL metrics in worker currently don't track full-runtime, success and error at all because they fall out of the django commit in file:tasks/base.py.

Rework the context managers so that the db operations to capture those metrics actually get included in the django commit.

EG: full-runtime stopped getting captured sometime around March 7th 2024

@daniel-codecov daniel-codecov added the bug Something isn't working label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant