-
Notifications
You must be signed in to change notification settings - Fork 15
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
Emit structured log events to ApplicationInsights #308
Conversation
Test failure was
I'm surprised that mypy didn't catch that. |
4f3a47c
to
8fa0d3c
Compare
This adds some structured logging to Application Insights for various events ("thing" Created / Finished for Workflow Run, Job, Job Partition, and Task).
I've deployed this to staging. Here are some sample logs: WorkflowRun
Job
Task
Unfortunately they I'm not sure why JobPartition isn't showing up, but IMO that's much less valuable than WorkflowRun and Tasks. |
8fa0d3c
to
a73a1f4
Compare
Description
This adds some structured logging to Application Insights for various events ("thing" Created / Finished for Workflow Run, Job, Job Partition, and Task).
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Deployed to staging. See #308 (comment) for some sample results.