mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
1f0b2a5173
* [opentelemetry][callback] refactor get_error_message and add UTs
* [opentelemetry][callback] enrich exception with msg, exception and stderr fields
* [opentelemetry] fix linting
* [opentelemetry][callback] add changelog fragment
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
* [opentelemetry][callback] chore: remove comment
* [opentelemetry][callback] refactor tests
* [opentelemetry] refactor UTs
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
(cherry picked from commit e22fff2b12
)
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
2 lines
236 B
YAML
2 lines
236 B
YAML
minor_changes:
|
|
- opentelemetry callback plugin - enriched the stacktrace information with the ``message``, ``exception`` and ``stderr`` fields from the failed task (https://github.com/ansible-collections/community.general/pull/3496).
|