[azure] Ensure event.kind is correctly set for pipeline errors - #7040
[azure] Ensure event.kind is correctly set for pipeline errors#7040MakoWish wants to merge 4 commits into
Conversation
|
Hey @MakoWish, thank you for taking the time to work on this PR, #7043, and #7039! After a quick look, I can see setting I am unsure about setting Please let me know what you think. |
|
Hi @zmoog, I had worked with @efd6 on #6582, and that is what he had set for all the pipelines he worked on. I just followed suit, but I do lean more toward having an array, because it is possible to have multiple pipeline errors if multiple pipelines are in use. In addition to potential pipeline errors being written to Eric |
|
@MakoWish got it. I'm not questioning the usefulness of having an array of errors vs. a single one. I think we are good if there are no backward compatibility issues in switching from |
|
As the CI currently functions, events cannot set a value to |
|
@zmoog SEI is making all |
|
/test |
🌐 Coverage report
|
|
@MakoWish, my apologies for this delay 🙇 After discussing this with the other cloud monitoring team members, we think this is nice addition to the integration. ✅ ing them! |
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution! |
What does this PR do?
Modify azure integration to correctly set
event.kindfor pipeline errors and ensureerror.messageis an array.Checklist
Author's Checklist
How to test this PR locally
Related issues
Screenshots