mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
[opentelemetry][callback] add option to support enabling plugin in the CI (#3498)
* [opentelemetry][callback] add option to support enabling plugin in the CI only * [opentelemetry][callback] add changelog fragment * Apply suggestions from code review Co-authored-by: Ajpantuso <ajpantuso@gmail.com> * [opentelemetry][callback] use enable_from_environment * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * [opentelemetry] ensure the value is true otherwise the plugin is not enabled * [opentelemetry][changelog] update entry with the new option Co-authored-by: Ajpantuso <ajpantuso@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
e22fff2b12
commit
3a460751a4
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- opentelemetry callback plugin - added option ``enable_from_environment`` to support enabling the plugin only if the given environment variable exists and it is set to true (https://github.com/ansible-collections/community.general/pull/3498).
|
Loading…
Add table
Add a link
Reference in a new issue