Alerting and monitoring with Dagster #7221
yuhan
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks @yuhan for copying this over! Some more details I've found as I've done more research:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is for folks to share how you handle alerting and monitoring with Dagster.
Question was originally asked in Dagster Slack. Reposting it here for posterity and discoverability.
"""
How do folks handle metrics, dashboards, and alerting related to their Dagster pipelines?
Examples:
I want a trend of overall pipeline duration over days (I think Dagster does this), and for different multi-op portions of the DAG (some notional 'stage 1', 'stage 2' of the pipeline that may map to a subgraph but is larger than an op).
How much of this can Dagster do natively? What services do folks use for other pieces -- DataDog, ELK, other?
"""
Beta Was this translation helpful? Give feedback.
All reactions