mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14: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
3
.github/BOTMETA.yml
vendored
3
.github/BOTMETA.yml
vendored
|
@ -49,6 +49,9 @@ files:
|
|||
maintainers: dagwieers
|
||||
$callbacks/diy.py:
|
||||
maintainers: theque5t
|
||||
$callbacks/elastic.py:
|
||||
maintainers: v1v
|
||||
keywords: apm observability
|
||||
$callbacks/hipchat.py: {}
|
||||
$callbacks/jabber.py: {}
|
||||
$callbacks/loganalytics.py:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue