-
Notifications
You must be signed in to change notification settings - Fork 74
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
[#9] Add Duration of DAG Runs #11
[#9] Add Duration of DAG Runs #11
Conversation
c1bb88c
to
51f7c27
Compare
@hydrosquall do you think it's possible to have generalized metric "duration of oldest dagrun for specific status"? i.e. sometimes we have a problem when dagrun is stuck in "queued" state. we'd like to alert when dagrun is in queued for more than one hour. |
Hi @elephantum - I checked the
|
You're right. I was thinking about |
@hydrosquall One more question: as I see in a situation when we have three simultaneous What is your target scenario for monitoring? |
Good question! I believe each one of the In the scenario where I'm using this, 1 |
Ok, I can't see any issues with this approach. |
This targets feature request #9. It Reports the duration that currently running DagRuns have been running for.
This can be used when people are trying to alert based on DagRuns that have gone on longer than expected.