mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 15:04:02 -07:00
Add elastic callback plugin (#3380)
* Add elastic callback plugin * Capture task failures * Catch errors and add UTs * Skip 3.5< python versions and install dependency * fix lint * Fix linting * Fix linting * Add botmeta * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * It's not required * As suggested in the code review OrderedDict has been added to the Python stdlib since version 2.7 * Update plugins/callback/elastic.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9de01e04f2
commit
905f4dcfa2
4 changed files with 505 additions and 0 deletions
|
@ -33,3 +33,6 @@ dataclasses ; python_version == '3.6'
|
|||
opentelemetry-api ; python_version >= '3.6' and python_version < '3.10'
|
||||
opentelemetry-exporter-otlp ; python_version >= '3.6' and python_version < '3.10'
|
||||
opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10'
|
||||
|
||||
# requirement for the elastic callback plugin
|
||||
elastic-apm ; python_version >= '3.6'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue