Hi All - I'm trying to replicate the Automations feature where: anytime any Flow fails -> log to App Insights (using OpenCensus and with Custom Dimensions) with run details (similar details as the Jinja variables like {{flow.name}}). What are some options and best practices here? cc: @Ryan Peden
✅ 1
c
Chris Reuter
03/02/2023, 8:10 PM
+ @Will Raphaelson
w
Will Raphaelson
03/02/2023, 9:24 PM
Im not super familiar with those systems, one question though, do they support ingestion via a webhook? We could hit their webhook with a paramaterized payload.
Else we could have the flow kick off another flow that does this work, but that kinda short changes the real value of the observability system as divorced from your infra - if theres an infra problem neither will run.
g
Garrick Chu
03/02/2023, 10:26 PM
Thanks, @Chris Reuter and @Will Raphaelson for taking a look! I actually believe we have a solution. Syncing internally soon on this and I'll reply with what we decided for posterity.