Close elastic APM client to release connections (#7517)

* Close elastic APM client to release connections

* Changelog fragment
This commit is contained in:
Iuri de Silvio 2023-11-15 18:07:24 -03:00 committed by GitHub
commit 8d886b42ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 16 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- elastic callback plugin - close elastic client to not leak resources (https://github.com/ansible-collections/community.general/pull/7517).