mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
[opentelemetry][callback] Support loops error handling (#3599)
* [opentelemetry][callback] simplify condition * [opentelemetry][callback] initial support for loops * [opentelemetry][callback] support for loops * [opentelemetry][callback] enrich loop message with action and item * [opentelemetry][callback] add UTs for get_error_message_from_results * [opentelemetry][callback] add UTs for enrich_error_message_from_results * [opentelemetry][callback] add changelog fragment * Update plugins/callback/opentelemetry.py Co-authored-by: Ajpantuso <ajpantuso@gmail.com> Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- opentelemetry callback plugin - enriched the stacktrace information for loops with the ``message``, ``exception`` and ``stderr`` fields from the failed item in the tasks in addition to the name of the task and failed item (https://github.com/ansible-collections/community.general/pull/3599).
|
||||
Reference in New Issue
Block a user