Hello everybody,
My team uses Datadog to monitor our applications (We are already saving Prefect logs in Datadog). We would like to build a dashboard dedicated to Prefect with the following KPIs (non-exhaustive list):
⢠ids of crashed flow runs
⢠mean / max execution time for flow runs
⢠work-pool health / status
⢠agent health (is it possible? or is this only available for workers?)
We were planning on experimenting using the
Prefect Cloud API to build a Datadog Dashboard, but are interested if you know of any template / examples of Datadog Dashboards for Prefect or if you have any tips on this.
Thanks!